ExtendConsent

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

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

Parameters

authorizationCode

the created USER_AUTHORIZATION_CODE (see generating a user authorization code.

credentialsId

The identifier of the credentials to extend consent for.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard