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)