AuthenticateCredentials

constructor(authorizationCode: String, credentialsId: String, market: String)

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.


constructor(authorizationCode: String, credentialsId: String, market: Market)

Deprecated

Use the constructor with 'market: String' instead.