|
ZOOM Windows SDK
5.2.42037.1112
|
Authentication service callback event. More...
#include <auth_service_interface.h>
Public Member Functions | |
| virtual void | onAuthenticationReturn (AuthResult ret)=0 |
| Authentication result callback. More... | |
| virtual void | onLoginRet (LOGINSTATUS ret, IAccountInfo *pAccountInfo)=0 |
| Callback of login result. More... | |
| virtual void | onLogout ()=0 |
| Logout result callback. | |
| virtual void | onZoomIdentityExpired ()=0 |
| Zoom identity has expired, please re-login or generate a new zoom access token via REST Api. | |
| virtual void | onZoomAuthIdentityExpired ()=0 |
| Zoom authentication identity will be expired in 10 minutes, please re-auth. | |
Authentication service callback event.
|
pure virtual |
Authentication result callback.
| ret | Authentication result value. For more details, see AuthResult enum. |
|
pure virtual |
Callback of login result.
| ret | Login status. see LOGINSTATUS enum. |
| pAccountInfo | Valid when the ret is LOGINRET_SUCCESS. Otherwise NULL. |
1.8.14