Configuration

constructor(clientId: String, redirectUri: String, baseDomain: BaseDomain)

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.


constructor(clientId: String, redirectUri: String)

Deprecated

Use the constructor with the BaseDomain parameter

Replace with

Configuration(clientId, redirectUri, BaseDomain.EU)