corbado_auth_firebase library

Classes

BackendMessage
Represents a message from a Corbado API
BackendValidationError
Represents a backend validation error
CorbadoAuthFirebase
ExceptionFactory
Factory for creating exceptions from backend messages
PasskeyInfo

Exceptions / Errors

ConditionalUiUnconfirmedCredential
Exception thrown when a user that has not yet confirmed his account wants to use a passkey for login.
CorbadoException
FieldWithInvalidValueException
Exception thrown when a field contains an invalid value
InvalidOTPCodeException
Exception thrown when the submitted OTP code is wrong
InvalidPasskeyException
Exception thrown when the submitted OTP code is wrong
InvalidUsernameException
Exception thrown when the username (usually an email address) is invalid
NoOTPChallengeStartedException
Exception thrown when the submitted OTP code is wrong
NoPasskeyForDeviceException
Exception thrown when no passkey is available for the device
PasskeyAlreadyExistsException
Exception thrown when the user already has a passkey that is available on the current device
RequiredFieldEmptyException
Exception thrown when one of the required fields is empty
UnexpectedBackendException
Exception thrown when the backend returns an unexpected response
UnknownUserException
Exception thrown when the user is unknown
UserAlreadyExistsException
Exception thrown when the user already exists
ValidationException
Represents a validation exception