AuthErrorReason type
Cause of an authentication error.
type AuthErrorReason = "invalidActivity" | "completionWithoutToken" | "other"
Remarks
invalidActivity - The activity is not a valid activity to initiate authentication flow.
completionWithoutToken - The authentication flow completed without a token.
other - Other error.