4#import <ZoomSDK/ZoomSDKErrors.h>
5#import <ZoomSDK/ZoomSDKNotificationServiceController.h>
13@property(nonatomic, copy, nullable) NSString *
jwtToken;
21@property(nonatomic, copy, readonly, nullable) NSString *content;
25@property(nonatomic, copy, readonly, nullable) NSString *accountOwnerLink;
29@property(nonatomic, copy, readonly, nullable) NSString *termLink;
33@property(nonatomic, copy, readonly, nullable) NSString *policyLink;
42- (NSString*_Nullable) getDisplayName;
50@protocol ZoomSDKAuthDelegate;
60@property (assign, nonatomic, nullable) id<ZoomSDKAuthDelegate> delegate;
83- (NSString*_Nullable)generateSSOLoginWebURL:(NSString*)prefixOfVanityUrl;
90- (
ZoomSDKError)SSOLoginWithWebUriProtocol:(NSString*)uriProtocol;
109- (NSString*_Nullable)getSDKIdentity;
115- (void)enableAutoRegisterNotificationServiceForLogin:(BOOL)enable;
122- (
ZoomSDKError)registerNotificationService:(NSString*)accessToken;
138@protocol ZoomSDKAuthDelegate <NSObject>
151 - (void)onZoomAuthIdentityExpired;
163- (void)onZoomSDKLogout;
169- (void)onZoomIdentityExpired;
ZoomSDKNotificationServiceStatus
Enumeration of the status of the notification service.
ZoomSDKNotificationServiceError
Enumeration of notification service error codes.
ZoomSDKAuthError
Enumeration of SDK authentication results.
ZoomSDKError
Enumeration of common errors of SDK.
ZoomSDKLoginFailReason
Enumeration of the login failure reasons.
ZoomSDKUserType
An enumeration of user types.
ZoomSDKLoginStatus
Enumeration of ZOOM SDK login status.
NSString * jwtToken
jwtToken The new auth token.
Callback event of ZOOM SDK authorization. Authorize Zoom SDK and the custom application with the key/...
id< ZoomSDKAuthDelegate > _delegate