AuthenticationErrorType
@objc
public enum AuthenticationErrorType : Int
The possible error types can occur during authentication.
-
A network error occurred while redeeming the token: either the server was not reachable or it returned an HTTP error.
Declaration
Swift
case NetworkError
-
A FIDO UAF error occurred.
Declaration
Swift
case FidoError
-
Unknown error, handling not categorized error cases.
Requires
iOS platformDeclaration
Swift
case Unknown