|
Windows SDK API Reference
|
Authentication Service Interface. More...
#include "zoom_sdk_def.h"Go to the source code of this file.
Data Structures | |
| struct | tagAuthParam |
| SDK Authentication parameter with sdk key/secret. Here are more detailed structural descriptions. More... | |
| struct | tagAuthContext |
| SDK Authentication parameter with jwt token. Here are more detailed structural descriptions. More... | |
| struct | tagWebinarLegalNoticesExplainedInfo |
| class | IAccountInfo |
| Account information interface. More... | |
| class | IAuthServiceEvent |
| Authentication service callback event. More... | |
| class | IAuthService |
| Authentication Service Interface. More... | |
Typedefs | |
| typedef struct tagAuthParam | AuthParam |
| typedef struct tagAuthContext | AuthContext |
| typedef struct tagWebinarLegalNoticesExplainedInfo | WebinarLegalNoticesExplainedInfo |
Authentication Service Interface.
Definition in file auth_service_interface.h.
| typedef struct tagAuthContext AuthContext |
| typedef struct tagAuthParam AuthParam |
| enum AuthResult |
SDK Authentication Result. Here are more detailed structural descriptions.
Definition at line 16 of file auth_service_interface.h.
| enum LoginFailReason |
Definition at line 44 of file auth_service_interface.h.
| enum LOGINSTATUS |
Login status. Here are more detailed structural descriptions.
| Enumerator | |
|---|---|
| LOGIN_IDLE | Unlogged in. |
| LOGIN_PROCESSING | In process of login. |
| LOGIN_SUCCESS | Login successful. |
| LOGIN_FAILED | Login failed. |
Definition at line 36 of file auth_service_interface.h.
| enum LoginType |
User login type. Here are more detailed structural descriptions.
| Enumerator | |
|---|---|
| LoginType_Unknown | Unknown type. |
| LoginType_SSO | Login with SSO token. |
Definition at line 116 of file auth_service_interface.h.