|
Meeting SDK for Windows API Reference
|
Authentication Service Interface. More...
#include "zoom_sdk_def.h"Go to the source code of this file.
Data Structures | |
| struct | tagAuthContext |
| SDK authentication parameter with jwt token. More... | |
| class | IAccountInfo |
| Account information interface. More... | |
| class | IAuthServiceEvent |
| Authentication service callback event. More... | |
| class | IAuthService |
| Authentication Service Interface. More... | |
Typedefs | |
| typedef struct tagAuthContext | AuthContext |
| SDK authentication parameter with jwt token. | |
Authentication Service Interface.
Definition in file auth_service_interface.h.
| typedef struct tagAuthContext AuthContext |
SDK authentication parameter with jwt token.
| enum AuthResult |
Enumeration of SDK authentication result.
Definition at line 14 of file auth_service_interface.h.
| enum LoginFailReason |
Enumeration of SDK login failed reason.
Definition at line 62 of file auth_service_interface.h.
| enum LOGINSTATUS |
Enumeration of SDK login status.
| Enumerator | |
|---|---|
| LOGIN_IDLE | Unlogged in. |
| LOGIN_PROCESSING | In process of login. |
| LOGIN_SUCCESS | Login successful. |
| LOGIN_FAILED | Login failed. |
Definition at line 47 of file auth_service_interface.h.
| enum LoginType |
Enumeration of user login type.
| Enumerator | |
|---|---|
| LoginType_Unknown | Unknown login type. |
| LoginType_SSO | Login with SSO token. |
Definition at line 185 of file auth_service_interface.h.
Enumeration of notification service error codes.
Definition at line 116 of file auth_service_interface.h.
Enumeration of the type for notification service status.
Definition at line 99 of file auth_service_interface.h.