Authentication service callback event.
More...
#include <auth_service_interface.h>
Authentication service callback event.
Definition at line 148 of file auth_service_interface.h.
◆ ~IAuthServiceEvent()
virtual IAuthServiceEvent::~IAuthServiceEvent |
( |
| ) |
|
|
inlinevirtual |
◆ onAuthenticationReturn()
virtual void IAuthServiceEvent::onAuthenticationReturn |
( |
AuthResult | ret | ) |
|
|
pure virtual |
Authentication result callback.
- Parameters
-
ret | Authentication result value. For more details, see AuthResult enum. |
◆ onLoginReturnWithReason()
Callback of login result with fail reason.
- Parameters
-
ret | Login status. see LOGINSTATUS enum. |
pAccountInfo | Valid when the ret is LOGINRET_SUCCESS. Otherwise nullptr. |
reason | Login fail reason. Valid when the ret is LOGIN_FAILED. Otherwise LoginFail_None. see LoginFailReason enum. |
◆ onLogout()
virtual void IAuthServiceEvent::onLogout |
( |
| ) |
|
|
pure virtual |
◆ onZoomAuthIdentityExpired()
virtual void IAuthServiceEvent::onZoomAuthIdentityExpired |
( |
| ) |
|
|
pure virtual |
Zoom authentication identity will be expired in 10 minutes, please re-auth.
◆ onZoomIdentityExpired()
virtual void IAuthServiceEvent::onZoomIdentityExpired |
( |
| ) |
|
|
pure virtual |
Zoom identity has expired, please re-login or generate a new zoom access token via REST Api.