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?)

Properties

Link copied to clipboard
open override val challenge: String?

The unique challenge of the session, if any.

Link copied to clipboard

The response received from the mDoc.

Link copied to clipboard
open override val sessionId: String

The unique identifier of the session.