FailureType

enum FailureType : Enum<AuthenticationResult.FailureType>

An enum consisting of all the different types of failures related to AuthenticationService

Entries

Link copied to clipboard

Indicates that a failure occurred due to a network error.

Link copied to clipboard

Indicates that an authentication failure occurred as a result of an attempt made to fetch the details of a non-existent user.

Link copied to clipboard

Indicates that an authentication failure occurred during the creation of a new user account.

Link copied to clipboard

Indicates that an authentication failure occurred as a result of an attempt to create an already existing user with the same credentials.

Link copied to clipboard

Indicates that an authentication failure occurred as a result of one or more of the credentials being invalid.

Link copied to clipboard

Indicates that an authentication failure occurred due to an invalid password.

Link copied to clipboard

Indicates that an authentication failure occurred due to an invalid email address.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int