ProvisioningContext

@Serializable
data class ProvisioningContext(val state: String, val credential: CredentialIdentifierInfo, val requestedAttributes: Set<String>?, val oauthMetadata: OAuth2AuthorizationServerMetadata, val issuerMetadata: IssuerMetadata)(source)

Gets stored before jumping into the web browser (with the authorization request), so that we can load it back when we resume the issuing process with the auth code

Constructors

Link copied to clipboard
constructor(state: String, credential: CredentialIdentifierInfo, requestedAttributes: Set<String>?, oauthMetadata: OAuth2AuthorizationServerMetadata, issuerMetadata: IssuerMetadata)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard