|
ZOOM Windows SDK
5.2.42037.1112
|
Authentication Service Interface. More...
#include <auth_service_interface.h>
Public Member Functions | |
| virtual SDKError | SetEvent (IAuthServiceEvent *pEvent)=0 |
| Set the authentication service callback event handler. More... | |
| virtual SDKError | SDKAuth (AuthParam &authParam)=0 |
| SDK Authentication. More... | |
| virtual SDKError | SDKAuth (AuthContext &authContext)=0 |
| SDK Authentication with jwt token. More... | |
| virtual AuthResult | GetAuthResult ()=0 |
| Get authentication status. More... | |
| virtual const wchar_t * | GetSDKIdentity ()=0 |
| Get SDK identity. More... | |
| virtual SDKError | IsEmailLoginEnabled (bool &bEnabled)=0 |
| Call the interface to determine whether email login is enabled. More... | |
| virtual SDKError | Login (LoginParam ¶m)=0 |
| Account login. More... | |
| virtual SDKError | LogOut ()=0 |
| Account logout. More... | |
| virtual IAccountInfo * | GetAccountInfo ()=0 |
| Get login account information. More... | |
| virtual LOGINSTATUS | GetLoginStatus ()=0 |
| Get login status. More... | |
| virtual IOutlookPluginIntegrationHelper * | GetOutlookPluginHeler ()=0 |
| Get Outlook plugin integration helper interface. More... | |
| virtual IDirectShareServiceHelper * | GetDirectShareServiceHeler ()=0 |
| Get direct share service helper interface. More... | |
Authentication Service Interface.
|
pure virtual |
Get login account information.
|
pure virtual |
Get authentication status.
|
pure virtual |
Get direct share service helper interface.
|
pure virtual |
Get login status.
|
pure virtual |
Get Outlook plugin integration helper interface.
|
pure virtual |
Get SDK identity.
|
pure virtual |
Call the interface to determine whether email login is enabled.
| [out] |
|
pure virtual |
Account login.
| param | For the parameter to be used for account login, see LoginParam structure. |
|
pure virtual |
Account logout.
|
pure virtual |
SDK Authentication with jwt token.
| authContext | The parameter to be used for authentication SDK, see AuthContext structure. |
|
pure virtual |
Set the authentication service callback event handler.
| pEvent | A pointer to receive authentication event. |
1.8.14