AuthExceptionReason Enum
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.
C#
public enum AuthExceptionReason
type AuthExceptionReason =
Public Enum AuthExceptionReason
- Inheritance
-
AuthExceptionReason
Name | Value | Description |
---|---|---|
CompletionWithoutToken | 0 | The authentication flow completed without a token. |
InvalidActivity | 1 | The incoming activity is not valid for sign in flow. |
Other | 2 | Other error. |
Proizvod | Verzije |
---|---|
Microsoft Teams Framework .NET SDK | Latest |