AuthExceptionReason Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Cause of user authentication exception.
public enum AuthExceptionReason
type AuthExceptionReason =
Public Enum AuthExceptionReason
- Inheritance
-
AuthExceptionReason
Fields
| Name | Value | Description |
|---|---|---|
| CompletionWithoutToken | 0 | The authentication flow completed without a token. |
| Timeout | 1 | The the flow timed out (C2 didn't respond in time). |
| InvalidSignIn | 2 | |
| Exception | 3 | |
| UserCancelled | 4 | |
| Other | 5 | Other error. |