GetApplicationTokenErrorCodes
Enumerates the error codes for the getApplicationToken mutation.
enum GetApplicationTokenErrorCodes {
ACCOUNT_DISABLED
INVALID_CREDENTIALS
FORCE_RECREATE_PASSWORD
}
Values
GetApplicationTokenErrorCodes.ACCOUNT_DISABLED
Indicates that the user account has been disabled.
GetApplicationTokenErrorCodes.INVALID_CREDENTIALS
Indicates that the provided credentials are invalid.
GetApplicationTokenErrorCodes.FORCE_RECREATE_PASSWORD
Indicates that the user is required to recreate their password.
Member Of
GetApplicationTokenError object