AuthenticationStage
public enum AuthenticationStage: String
Type of authentication process failure, either authentication or authorization
-
Authentication failed before authenticating.
This usually indicates a configuration or code problem.
Declaration
Swift
case preAuthentication
-
Authentication failed during the authentication process
Declaration
Swift
case authenticating
-
Authentication failed during the authorization process
Declaration
Swift
case authorizing
-
Authentication failed after the authorization process.
This usually indicates the authorization process returned successfully, but did not return the expected user information.
Declaration
Swift
case postAuthorization
View on GitHub
AuthenticationStage Enumeration Reference