Authenticate Credentials
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
authorization Code
The created USER_AUTHORIZATION_CODE (see generating a user authorization code.
credentials Id
The identifier of the credentials to extend consent for.
market
The market code for which providers should be listed.