Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
us.zoom.sdk.ZoomAuthenticationError Interface Reference

Zoom authentication error code definitions. More...

Data Fields

int ZOOM_AUTH_ERROR_WRONG_ACCOUNTLOCKED = 4
int ZOOM_AUTH_ERROR_WRONG_SDKNEEDUPDATE = 5
int ZOOM_AUTH_ERROR_WRONG_TOOMANY_FAILED_ATTEMPTS = 6
int ZOOM_AUTH_ERROR_WRONG_SMSCODEERROR = 7
int ZOOM_AUTH_ERROR_WRONG_SMSCODEEXPIRED = 8
int ZOOM_AUTH_ERROR_WRONG_PHONENUMBERFORMATINVALID = 9
int ZOOM_AUTH_ERROR_LOGINTOKENINVALID = 10
int ZOOM_AUTH_ERROR_UserDisagreeLoginDisclaimer = 11
int ZOOM_AUTH_MFA_REQUIRED = 12
int ZOOM_AUTH_ERROR_NEED_BIRTHDAY_ASK = 13
int ZOOM_AUTH_ERROR_WRONG_OTHER_ISSUE = 100

Static Public Attributes

static final int ZOOM_AUTH_ERROR_SUCCESS = 0
static final int ZOOM_AUTH_EMAIL_LOGIN_DISABLE = 1
static final int ZOOM_AUTH_ERROR_USER_NOT_EXIST = 2
static final int ZOOM_AUTH_ERROR_WRONG_PASSWORD = 3

Detailed Description

Zoom authentication error code definitions.

Definition at line 6 of file ZoomAuthenticationError.java.

Field Documentation

◆ ZOOM_AUTH_EMAIL_LOGIN_DISABLE

final int us.zoom.sdk.ZoomAuthenticationError.ZOOM_AUTH_EMAIL_LOGIN_DISABLE = 1
static

Authentication email login is disabled.

Definition at line 12 of file ZoomAuthenticationError.java.

◆ ZOOM_AUTH_ERROR_LOGINTOKENINVALID

int us.zoom.sdk.ZoomAuthenticationError.ZOOM_AUTH_ERROR_LOGINTOKENINVALID = 10

Login token is invalid.

Definition at line 39 of file ZoomAuthenticationError.java.

◆ ZOOM_AUTH_ERROR_NEED_BIRTHDAY_ASK

int us.zoom.sdk.ZoomAuthenticationError.ZOOM_AUTH_ERROR_NEED_BIRTHDAY_ASK = 13

Need to ask for birthday.

Definition at line 48 of file ZoomAuthenticationError.java.

◆ ZOOM_AUTH_ERROR_SUCCESS

final int us.zoom.sdk.ZoomAuthenticationError.ZOOM_AUTH_ERROR_SUCCESS = 0
static

Authentication succeeds.

Definition at line 9 of file ZoomAuthenticationError.java.

◆ ZOOM_AUTH_ERROR_USER_NOT_EXIST

final int us.zoom.sdk.ZoomAuthenticationError.ZOOM_AUTH_ERROR_USER_NOT_EXIST = 2
static

Authentication fails due to non-existent user.

Definition at line 15 of file ZoomAuthenticationError.java.

◆ ZOOM_AUTH_ERROR_UserDisagreeLoginDisclaimer

int us.zoom.sdk.ZoomAuthenticationError.ZOOM_AUTH_ERROR_UserDisagreeLoginDisclaimer = 11

User disagrees with login disclaimer.

Definition at line 42 of file ZoomAuthenticationError.java.

◆ ZOOM_AUTH_ERROR_WRONG_ACCOUNTLOCKED

int us.zoom.sdk.ZoomAuthenticationError.ZOOM_AUTH_ERROR_WRONG_ACCOUNTLOCKED = 4

Account is locked.

Definition at line 21 of file ZoomAuthenticationError.java.

◆ ZOOM_AUTH_ERROR_WRONG_OTHER_ISSUE

int us.zoom.sdk.ZoomAuthenticationError.ZOOM_AUTH_ERROR_WRONG_OTHER_ISSUE = 100

Other authentication issue.

Definition at line 51 of file ZoomAuthenticationError.java.

◆ ZOOM_AUTH_ERROR_WRONG_PASSWORD

final int us.zoom.sdk.ZoomAuthenticationError.ZOOM_AUTH_ERROR_WRONG_PASSWORD = 3
static

Authentication fails due to wrong password.

Definition at line 18 of file ZoomAuthenticationError.java.

◆ ZOOM_AUTH_ERROR_WRONG_PHONENUMBERFORMATINVALID

int us.zoom.sdk.ZoomAuthenticationError.ZOOM_AUTH_ERROR_WRONG_PHONENUMBERFORMATINVALID = 9

Phone number format is invalid.

Definition at line 36 of file ZoomAuthenticationError.java.

◆ ZOOM_AUTH_ERROR_WRONG_SDKNEEDUPDATE

int us.zoom.sdk.ZoomAuthenticationError.ZOOM_AUTH_ERROR_WRONG_SDKNEEDUPDATE = 5

SDK needs to be updated.

Definition at line 24 of file ZoomAuthenticationError.java.

◆ ZOOM_AUTH_ERROR_WRONG_SMSCODEERROR

int us.zoom.sdk.ZoomAuthenticationError.ZOOM_AUTH_ERROR_WRONG_SMSCODEERROR = 7

SMS code error.

Definition at line 30 of file ZoomAuthenticationError.java.

◆ ZOOM_AUTH_ERROR_WRONG_SMSCODEEXPIRED

int us.zoom.sdk.ZoomAuthenticationError.ZOOM_AUTH_ERROR_WRONG_SMSCODEEXPIRED = 8

SMS code expired.

Definition at line 33 of file ZoomAuthenticationError.java.

◆ ZOOM_AUTH_ERROR_WRONG_TOOMANY_FAILED_ATTEMPTS

int us.zoom.sdk.ZoomAuthenticationError.ZOOM_AUTH_ERROR_WRONG_TOOMANY_FAILED_ATTEMPTS = 6

Too many failed login attempts.

Definition at line 27 of file ZoomAuthenticationError.java.

◆ ZOOM_AUTH_MFA_REQUIRED

int us.zoom.sdk.ZoomAuthenticationError.ZOOM_AUTH_MFA_REQUIRED = 12

Multi-factor authentication is required.

Definition at line 45 of file ZoomAuthenticationError.java.