RefreshCredentials

data class RefreshCredentials @JvmOverloads constructor(val authorizationCode: String, val credentialsId: String, val market: String, val authenticate: Boolean = true, val locale: Locale = Locale.getDefault()) : RequestType

This class contains all the request parameters for the refresh credentials of account aggregation with continuous access.

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.

Constructors

Link copied to clipboard
constructor(authorizationCode: String, credentialsId: String, market: Market, authenticate: Boolean = true)
constructor(authorizationCode: String, credentialsId: String, market: String, authenticate: Boolean = true, locale: Locale = Locale.getDefault())

Properties

Link copied to clipboard
val authenticate: Boolean = true
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard