PasskeyCancelledException

class PasskeyCancelledException(message: String = "Passkey operation was cancelled by user") : Exception

Exception thrown when a passkey operation is cancelled by the user.

This occurs when the user dismisses the biometric/passkey prompt without completing the authentication. This is a recoverable state - the operation can be retried.

Parameters

message

Description of the cancellation (defaults to standard message)

Constructors

Link copied to clipboard
constructor(message: String = "Passkey operation was cancelled by user")

Properties

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