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.

Constructors

Link copied to clipboard
constructor(authorizationCode: String, credentialsId: String, market: Market)
constructor(authorizationCode: String, credentialsId: String, market: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard