UpdateConsent

data class UpdateConsent(val authorizationCode: String, val credentialsId: String) : RequestType

This class contains all the request parameters for the Continuous access: Update consent flow.

Parameters

authorizationCode

the created USER_AUTHORIZATION_CODE (see generating a user authorization code.

credentialsId

The identifier of the credentials to update consent for.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard