Success
data class Success(val sessionId: String, val challenge: String? = null, val mobileCredentialResponse: MobileCredentialResponse?) : OnlinePresentationSessionResult
The session completed successfully with a credential response.
If the MATTR VII verifier application is configured so that results are not returned to the front channel, mobileCredentialResponse will be null and results should be retrieved via the MATTR VII presentation session result endpoint. See MATTR Learn._
Constructors
Link copied to clipboard
constructor(sessionId: String, challenge: String? = null, mobileCredentialResponse: MobileCredentialResponse?)