MobileCredentialRequest

@Serializable
data class MobileCredentialRequest(val docType: DocType, val namespaces: NameSpaces, val verifierAuthenticationResult: VerifierAuthenticationResult)

Represents a request for presentation of mobile credentials.

Constructors

Link copied to clipboard
constructor(docType: DocType, namespaces: NameSpaces, verifierAuthenticationResult: VerifierAuthenticationResult)

Properties

Link copied to clipboard

The type of document being requested.

Link copied to clipboard

The requested namespaces and claims.

Link copied to clipboard

The result of the verifier authentication.