RefreshCredentials

constructor(authorizationCode: String, credentialsId: String, market: String, authenticate: Boolean = true, locale: Locale = Locale.getDefault())

Parameters

authorizationCode

The created USER_AUTHORIZATION_CODE (see generating a user authorization code.

market

The market code for which providers should be listed.

credentialsId

The identifier of the credentials to extend consent for.

authenticate

Default false. If set to true, the user will be requested to perform a full authentication flow to renew refresh tokens with ASPSPs.

locale

Locale Locale to be used for end-user facing text.


constructor(authorizationCode: String, credentialsId: String, market: Market, authenticate: Boolean = true)

Deprecated

Use the constructor with 'market: String' instead.