Authenticated

data class Authenticated(val compactRequestObject: String, val algorithm: String, val keyId: String?, val clientIdScheme: MobileWalletClientIdScheme) : MobileWalletRequestAuthentication

The Request Object was authenticated by the OpenID4VP client-ID layer.

Constructors

Link copied to clipboard
constructor(compactRequestObject: String, algorithm: String, keyId: String?, clientIdScheme: MobileWalletClientIdScheme)

Properties

Link copied to clipboard

JWS algorithm established by request authentication.

Link copied to clipboard

Client identifier scheme established by the authentication layer.

Link copied to clipboard

Exact compact Request Object received from the verifier.

Link copied to clipboard

Request-object signing key identifier, when supplied.