public interface ZoomAuthenticationError
| Modifier and Type | Field and Description | 
|---|---|
static int | 
ZOOM_AUTH_EMAIL_LOGIN_DISABLE
Authentication email login disable. 
 | 
static int | 
ZOOM_AUTH_ERROR_SUCCESS
Authentication Successful. 
 | 
static int | 
ZOOM_AUTH_ERROR_USER_NOT_EXIST
Authentication failed due to inexistent user. 
 | 
static int | 
ZOOM_AUTH_ERROR_WRONG_PASSWORD
Authentication failed due to wrong password. 
 | 
static final int ZOOM_AUTH_ERROR_SUCCESS
static final int ZOOM_AUTH_EMAIL_LOGIN_DISABLE
static final int ZOOM_AUTH_ERROR_USER_NOT_EXIST
static final int ZOOM_AUTH_ERROR_WRONG_PASSWORD