|
Meeting SDK for Windows API Reference
|
SDK authentication parameter with JWT token or public app key. More...
#include <auth_service_interface.h>
Public Member Functions | |
| tagAuthContext () | |
Data Fields | |
| const zchar_t * | jwt_token |
| JWT token. You may generate your JWT token using the online tool https://jwt.io/. | |
| const zchar_t * | publicAppKey |
| Public app key used for SDK authentication. Alternative to JWT token. | |
SDK authentication parameter with JWT token or public app key.
Definition at line 148 of file auth_service_interface.h.
|
inline |
Definition at line 180 of file auth_service_interface.h.
References jwt_token, and publicAppKey.
| const zchar_t* tagAuthContext::jwt_token |
JWT token. You may generate your JWT token using the online tool https://jwt.io/.
Definition at line 174 of file auth_service_interface.h.
Referenced by tagAuthContext().
| const zchar_t* tagAuthContext::publicAppKey |
Public app key used for SDK authentication. Alternative to JWT token.
Definition at line 179 of file auth_service_interface.h.
Referenced by tagAuthContext().