Properties

Link copied to clipboard
abstract val audience: String?
Link copied to clipboard
abstract val clientId: String?
Link copied to clipboard

Reads the OpenIdConstants.ClientIdScheme of this request either directly from clientIdScheme, or by extracting the prefix from clientId (as specified in OpenID4VP draft 22 onwards).

Link copied to clipboard

Reads the clientId and removes the prefix of the clientIdSchemeExtracted, as specified in OpenID4VP draft 22 onwards. OpenID4VP states that the full clientId must be used for presentations and anything else.

Link copied to clipboard
abstract val issuer: String?
Link copied to clipboard
abstract val nonce: String?
Link copied to clipboard
abstract val redirectUrl: String?
Link copied to clipboard

Reads the redirectUrl, or the clientIdWithoutPrefix if clientIdSchemeExtracted is OpenIdConstants.ClientIdScheme.RedirectUri, as specified in OpenID4VP draft 22 onwards.

Link copied to clipboard
abstract val responseType: String?
Link copied to clipboard
abstract val responseUrl: String?
Link copied to clipboard
abstract val state: String?
Link copied to clipboard