ZOOM Windows SDK
5.2.42037.1112
|
Authentication Service Interface. More...
#include "zoom_sdk_def.h"
Go to the source code of this file.
Classes | |
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 | tagLoginParam4Email |
SDK parameter for login via email. Here are more detailed structural descriptions. More... | |
struct | tagLoginParam4SSO |
SDK parameter for login via SSO. Here are more detailed structural descriptions. More... | |
struct | tagLoginParam |
Account login parameter. 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 tagAuthParam | AuthParam |
typedef struct tagAuthContext | AuthContext |
typedef struct tagLoginParam4Email | LoginParam4Email |
typedef struct tagLoginParam4SSO | LoginParam4SSO |
typedef struct tagLoginParam | LoginParam |
Enumerations | |
enum | AuthResult { AUTHRET_SUCCESS, AUTHRET_KEYORSECRETEMPTY, AUTHRET_KEYORSECRETWRONG, AUTHRET_ACCOUNTNOTSUPPORT, AUTHRET_ACCOUNTNOTENABLESDK, AUTHRET_UNKNOWN, AUTHRET_SERVICE_BUSY, AUTHRET_NONE, AUTHRET_OVERTIME, AUTHRET_NETWORKISSUE, AUTHRET_CLIENT_INCOMPATIBLE } |
SDK Authentication Result. Here are more detailed structural descriptions. More... | |
enum | LOGINSTATUS { LOGIN_IDLE, LOGIN_PROCESSING, LOGIN_SUCCESS, LOGIN_FAILED } |
Login status. Here are more detailed structural descriptions. More... | |
enum | LoginType { LoginType_Unknown, LoginType_Email, LoginType_SSO } |
User login type. Here are more detailed structural descriptions. More... | |
Authentication Service Interface.
enum AuthResult |
SDK Authentication Result. Here are more detailed structural descriptions.
enum LOGINSTATUS |
enum LoginType |