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.

Author
Jacky DU

Definition at line 8 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 disable.

Definition at line 19 of file ZoomAuthenticationError.java.

◆ ZOOM_AUTH_ERROR_LOGINTOKENINVALID

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

Definition at line 43 of file ZoomAuthenticationError.java.

◆ ZOOM_AUTH_ERROR_NEED_BIRTHDAY_ASK

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

Definition at line 49 of file ZoomAuthenticationError.java.

◆ ZOOM_AUTH_ERROR_SUCCESS

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

Authentication Successful.

Definition at line 13 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 failed due to inexistent user.

Definition at line 24 of file ZoomAuthenticationError.java.

◆ ZOOM_AUTH_ERROR_UserDisagreeLoginDisclaimer

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

Definition at line 45 of file ZoomAuthenticationError.java.

◆ ZOOM_AUTH_ERROR_WRONG_ACCOUNTLOCKED

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

Definition at line 31 of file ZoomAuthenticationError.java.

◆ ZOOM_AUTH_ERROR_WRONG_OTHER_ISSUE

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

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 failed due to wrong password.

Definition at line 29 of file ZoomAuthenticationError.java.

◆ ZOOM_AUTH_ERROR_WRONG_PHONENUMBERFORMATINVALID

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

Definition at line 41 of file ZoomAuthenticationError.java.

◆ ZOOM_AUTH_ERROR_WRONG_SDKNEEDUPDATE

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

Definition at line 33 of file ZoomAuthenticationError.java.

◆ ZOOM_AUTH_ERROR_WRONG_SMSCODEERROR

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

Definition at line 37 of file ZoomAuthenticationError.java.

◆ ZOOM_AUTH_ERROR_WRONG_SMSCODEEXPIRED

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

Definition at line 39 of file ZoomAuthenticationError.java.

◆ ZOOM_AUTH_ERROR_WRONG_TOOMANY_FAILED_ATTEMPTS

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

Definition at line 35 of file ZoomAuthenticationError.java.

◆ ZOOM_AUTH_MFA_REQUIRED

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

Definition at line 47 of file ZoomAuthenticationError.java.