Windows SDK API Reference
|
SDK Authentication parameter with sdk key/secret. Here are more detailed structural descriptions. More...
#include <auth_service_interface.h>
Public Member Functions | |
tagAuthParam () | |
Data Fields | |
const wchar_t * | appKey |
APP Key string. More... | |
const wchar_t * | appSecret |
APP Secret string. More... | |
SDK Authentication parameter with sdk key/secret. Here are more detailed structural descriptions.
Definition at line 67 of file auth_service_interface.h.
|
inline |
Definition at line 71 of file auth_service_interface.h.
const wchar_t* tagAuthParam::appKey |
APP Key string.
Definition at line 69 of file auth_service_interface.h.
Referenced by tagAuthParam().
const wchar_t* tagAuthParam::appSecret |
APP Secret string.
Definition at line 70 of file auth_service_interface.h.
Referenced by tagAuthParam().