BaseDomain

sealed class BaseDomain

The BaseDomain determines the API base domain for Tink Link.

Inheritors

Types

Link copied to clipboard
class Custom(baseDomain: String) : BaseDomain

The Custom subclass allows specifying a custom base domain for Tink Link, such as a sandbox environment.

Link copied to clipboard
object EU : BaseDomain

The EU subclass represents the base domain for the European production environment of Tink Link.

Link copied to clipboard
object US : BaseDomain

The US subclass represents the base domain for the United States production environment of Tink Link.

Properties

Link copied to clipboard
val url: String