Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKAuthContext Class Reference

Context object containing authentication token information. More...

#include <ZoomSDKAuthService.h>

Inherits NSObject.

Properties

NSString * jwtToken
 JWT token used for SDK authentication.
NSString * publicAppKey
 Public app key used for SDK authentication. Alternative to JWT token.

Detailed Description

Context object containing authentication token information.

Definition at line 15 of file ZoomSDKAuthService.h.

Property Documentation

◆ jwtToken

- (NSString*) jwtToken
readwritenonatomiccopy

JWT token used for SDK authentication.

Definition at line 20 of file ZoomSDKAuthService.h.

◆ publicAppKey

- (NSString*) publicAppKey
readwritenonatomiccopy

Public app key used for SDK authentication. Alternative to JWT token.

Definition at line 25 of file ZoomSDKAuthService.h.