SessionTimedOutException

class SessionTimedOutException(message: String = "App to App Verification session timed out.", cause: Throwable? = null) : VerifierException.OnlinePresentationSessionException

Session not found due to timeout or invalidation.

Constructors

Link copied to clipboard
constructor(message: String = "App to App Verification session timed out.", cause: Throwable? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?