Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt

Use this file to discover all available pages before exploring further.

Enumeration
enum PasskeyErrorType

Enumeration Cases

PasskeyErrorType.badConfiguration

case badConfiguration

PasskeyErrorType.cancelled

case cancelled

PasskeyErrorType.invalidChallenge

case invalidChallenge

PasskeyErrorType.invalidUser

case invalidUser

PasskeyErrorType.notSupported

case notSupported

PasskeyErrorType.requestFailed

case requestFailed

PasskeyErrorType.timedOut

case timedOut

PasskeyErrorType.unknown

case unknown

Initializers

init(rawValue:)

Inherited from RawRepresentable.init(rawValue:).
init?(rawValue: String)