Refresh Credentials
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
authorization Code
The created USER_AUTHORIZATION_CODE (see generating a user authorization code.
market
The market code for which providers should be listed.
credentials Id
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.