Configuration

class Configuration(val clientId: String, val redirectUri: String, val baseDomain: BaseDomain)

A Configuration is a required parameter for every Tink Link product and is used to initialize the SDK properly.

Parameters

clientId

your client ID (retrieved from Tink Console).

redirectUri

(configured in Tink Console) the page to which the end-user is redirected, along with the response parameters, when completing the flow. The application claims the redirectUri using an IntentFilter.

baseDomain

BaseDomain the base domain for Tink Link.

Constructors

Link copied to clipboard
constructor(clientId: String, redirectUri: String)
constructor(clientId: String, redirectUri: String, baseDomain: BaseDomain)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard