AuthorizationCodeFlow

data class AuthorizationCodeFlow(val interactionId: String, val authorizationCodeFlowUrl: String) : HandleInvitationResponseBindingEnum

Constructors

Link copied to clipboard
constructor(interactionId: String, authorizationCodeFlowUrl: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

For issuer-initiated Authorization Code Flows, use this URL to start the authorization process with the authorization server.

Link copied to clipboard

For reference.