|
Meeting SDK for Android API 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 |
Zoom authentication error code definitions.
Definition at line 6 of file ZoomAuthenticationError.java.
|
static |
Authentication email login is disabled.
Definition at line 12 of file ZoomAuthenticationError.java.
| int us.zoom.sdk.ZoomAuthenticationError.ZOOM_AUTH_ERROR_LOGINTOKENINVALID = 10 |
Login token is invalid.
Definition at line 39 of file ZoomAuthenticationError.java.
| 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.
|
static |
Authentication succeeds.
Definition at line 9 of file ZoomAuthenticationError.java.
|
static |
Authentication fails due to non-existent user.
Definition at line 15 of file ZoomAuthenticationError.java.
| int us.zoom.sdk.ZoomAuthenticationError.ZOOM_AUTH_ERROR_UserDisagreeLoginDisclaimer = 11 |
User disagrees with login disclaimer.
Definition at line 42 of file ZoomAuthenticationError.java.
| int us.zoom.sdk.ZoomAuthenticationError.ZOOM_AUTH_ERROR_WRONG_ACCOUNTLOCKED = 4 |
Account is locked.
Definition at line 21 of file ZoomAuthenticationError.java.
| int us.zoom.sdk.ZoomAuthenticationError.ZOOM_AUTH_ERROR_WRONG_OTHER_ISSUE = 100 |
Other authentication issue.
Definition at line 51 of file ZoomAuthenticationError.java.
|
static |
Authentication fails due to wrong password.
Definition at line 18 of file ZoomAuthenticationError.java.
| int us.zoom.sdk.ZoomAuthenticationError.ZOOM_AUTH_ERROR_WRONG_PHONENUMBERFORMATINVALID = 9 |
Phone number format is invalid.
Definition at line 36 of file ZoomAuthenticationError.java.
| int us.zoom.sdk.ZoomAuthenticationError.ZOOM_AUTH_ERROR_WRONG_SDKNEEDUPDATE = 5 |
SDK needs to be updated.
Definition at line 24 of file ZoomAuthenticationError.java.
| int us.zoom.sdk.ZoomAuthenticationError.ZOOM_AUTH_ERROR_WRONG_SMSCODEERROR = 7 |
SMS code error.
Definition at line 30 of file ZoomAuthenticationError.java.
| int us.zoom.sdk.ZoomAuthenticationError.ZOOM_AUTH_ERROR_WRONG_SMSCODEEXPIRED = 8 |
SMS code expired.
Definition at line 33 of file ZoomAuthenticationError.java.
| 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.
| int us.zoom.sdk.ZoomAuthenticationError.ZOOM_AUTH_MFA_REQUIRED = 12 |
Multi-factor authentication is required.
Definition at line 45 of file ZoomAuthenticationError.java.