TinkAccountAggregationSuccess

data class TinkAccountAggregationSuccess(val credentialsId: String, val code: String = "") : SuccessResponse

A class that holds the data returned by any successful Tink.AccountAggregation flow.

Parameters

credentialsId

The identifier of the created or updated credentials.

code

The authorization code to be exchanged for an user access token to access the user's data.

Constructors

Link copied to clipboard
constructor(credentialsId: String, code: String = "")

Properties

Link copied to clipboard
Link copied to clipboard