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. Here are more detailed structural descriptions. 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 |
Authentication Service Interface.
Definition in file auth_service_interface.h.
typedef struct tagAuthContext AuthContext |
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 45 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 37 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 126 of file auth_service_interface.h.