Tink Account Aggregation Success
data class TinkAccountAggregationSuccess(val credentialsId: String, val code: String = "") : SuccessResponse
A class that holds the data returned by any successful Tink.AccountAggregation flow.
Parameters
credentials Id
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.