#include <ZoomSDKAuthService.h>
Inherits <NSObjectNSObject>.
Definition at line 138 of file ZoomSDKAuthService.h.
◆ onNotificationServiceStatus:error:
Notification service status changed callback.
- Parameters
-
◆ onZoomAuthIdentityExpired
- (void) onZoomAuthIdentityExpired |
|
|
|
|
optionalrequired |
Specify to get the response of ZOOM SDK authorization identity expired.
◆ onZoomIdentityExpired
- (void) onZoomIdentityExpired |
|
|
|
|
optionalrequired |
Specify to get the response if ZOOM identity is expired.
- Note
- User will be forced to logout once ZOOM SDK identity expired.
◆ onZoomSDKAuthReturn:
Specify to get the response of ZOOM SDK authorization.
- Parameters
-
returnValue | Notify user that the authentication status changes. |
◆ onZoomSDKLoginResult:failReason:
Specify to get the response of ZOOM SDK Login.
- Parameters
-
loginStatus | Notify user of login status. |
reason | Notify user that the failed reason. |
◆ onZoomSDKLogout
Specify to get the response of ZOOM SDK logout.