Share via


AuthExceptionReason Enum

Definition

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.

Applies to