RedirectUri

class RedirectUri(val redirectUri: String, val useDeprecatedClientIdScheme: Boolean = false) : ClientIdScheme(source)

This value indicates that the Verifier's Redirect URI (or Response URI when Response Mode direct_post is used) is also the value of the Client Identifier. The Authorization Request MUST NOT be signed. The Verifier MAY omit the redirect_uri Authorization Request parameter (or response_uri when Response Mode direct_post is used). All Verifier metadata parameters MUST be passed using the client_metadata parameter.

Constructors

Link copied to clipboard
constructor(redirectUri: String, useDeprecatedClientIdScheme: Boolean = false)

Properties

Link copied to clipboard
Link copied to clipboard

Value to use for client_id_scheme for OpenID4VP, only when useDeprecatedClientIdScheme = true.

Link copied to clipboard
Link copied to clipboard

Optional parameter, to be used as iss for signed authorization requests

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

Whether to use the deprecated client_id_scheme field from OpenID4VP.