Passkey Cancelled Exception
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)