Mobile Credential Request
@Serializable
Represents a request for presentation of mobile credentials.
Constructors
Link copied to clipboard
constructor(docType: DocType, namespaces: NameSpaces, verifierAuthenticationResult: VerifierAuthenticationResult? = null)
Properties
Link copied to clipboard
The requested namespaces and claims.
Link copied to clipboard
The result of the verifier authentication. Always null
for Online Presentations. For Proximity Presentations, it contains the authentication result if readerAuth
is included in the request, otherwise it will be null
.