NoPasskeyCredentialException

Thrown by a GET ceremony when the platform reports NO credential exists for the relying party — as opposed to a failed or user-cancelled ceremony. Lets callers implement sign-in-if-exists: reuse an existing sigil, and forge a new one only when none is present.

Constructors

Link copied to clipboard
constructor(message: String, cause: Throwable? = null)

Properties

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