Enum AuthExceptionReason
Cause of user authentication exception.
public enum AuthExceptionReason
Fields
CompletionWithoutToken = 0
The authentication flow completed without a token.
InvalidSignIn = 2
Other = 3
Other error.
Timeout = 1
The the flow timed out (C2 didn't respond in time).