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.
 
const wchar_t * appSecret
 APP Secret string.
 

Detailed Description

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

Definition at line 79 of file auth_service_interface.h.

Constructor & Destructor Documentation

◆ tagAuthParam()

tagAuthParam::tagAuthParam ( )
inline

Definition at line 83 of file auth_service_interface.h.

84 {
85 appKey = NULL;
86 appSecret = NULL;
87 }
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 81 of file auth_service_interface.h.

Referenced by tagAuthParam().

◆ appSecret

const wchar_t* tagAuthParam::appSecret

APP Secret string.

Definition at line 82 of file auth_service_interface.h.

Referenced by tagAuthParam().