CreateCredentialsInterrupted

data class CreateCredentialsInterrupted(val message: String, val t: Throwable) : TSWebAuthnRegistrationError

Passkeys error - During the create credential flow, this is thrown when some interruption occurs that may warrant retrying or at least does not indicate a purposeful desire to close or tap away from credential manager.

Constructors

Link copied to clipboard
fun CreateCredentialsInterrupted(message: String, t: Throwable)

Properties

Link copied to clipboard
val eM: String
Link copied to clipboard
val message: String
Link copied to clipboard
val t: Throwable
Link copied to clipboard
val tw: Throwable?