Windows SDK API Reference
Loading...
Searching...
No Matches
tagAuthParam Struct 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...
 

Detailed Description

SDK Authentication parameter with sdk key/secret. Here are more detailed structural descriptions.

Definition at line 67 of file auth_service_interface.h.

Constructor & Destructor Documentation

◆ tagAuthParam()

tagAuthParam::tagAuthParam ( )
inline

Definition at line 71 of file auth_service_interface.h.

72 {
73 appKey = NULL;
74 appSecret = NULL;
75 }
const wchar_t * appKey
APP Key string.
const wchar_t * appSecret
APP Secret string.

References appKey, and appSecret.

Field Documentation

◆ appKey

const wchar_t* tagAuthParam::appKey

APP Key string.

Definition at line 69 of file auth_service_interface.h.

Referenced by tagAuthParam().

◆ appSecret

const wchar_t* tagAuthParam::appSecret

APP Secret string.

Definition at line 70 of file auth_service_interface.h.

Referenced by tagAuthParam().