Proximity Presentation Session
Represents a session with a mobile credential verifier using device retrieval as per ISO 18013-5.
Throws
If the provided authentication option is not supported.
Types
Link copied to clipboard
data class CredentialRequestInfo(val request: ProximityPresentationSession.MobileCredentialRequest, val matchedCredentials: List<MobileCredentialMetaData>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
suspend fun sendResponse(credentialIds: List<String>, activity: Activity, terminateSession: Boolean = false)
Sends a credential presentation response to the verifier.
Link copied to clipboard
Terminate the session explicitly, send a status code to the holder, and close data transport.