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.
 

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.