AuthenticateCredentials
data class AuthenticateCredentials(val authorizationCode: String, val credentialsId: String, val market: String) : RequestType
This class contains all the request parameters for the authenticate account aggregation with continuous access.
Parameters
authorizationCode
The created USER_AUTHORIZATION_CODE (see generating a user authorization code.
credentialsId
The identifier of the credentials to extend consent for.
market
The market code for which providers should be listed.