Amazon Kinesis Producer C SDK
__AuthCallbacks Struct Reference

#include <Include.h>

Collaboration diagram for __AuthCallbacks:
Collaboration graph

Public Attributes

UINT32 version
 Version. More...
 
UINT64 customData
 Custom data to be passed back to the caller. More...
 
GetSecurityTokenFunc getSecurityTokenFn
 The GetSecurityTokenFunc callback function. More...
 
GetDeviceCertificateFunc getDeviceCertificateFn
 The GetDeviceCertificateFunc callback function. More...
 
DeviceCertToTokenFunc deviceCertToTokenFn
 The DeviceCertToTokenFunc callback function. More...
 
GetDeviceFingerprintFunc getDeviceFingerprintFn
 The GetDeviceFingerprintFunc callback function. More...
 
GetStreamingTokenFunc getStreamingTokenFn
 The GetStreamingTokenFunc callback function. More...
 
FreeAuthCallbacksFunc freeAuthCallbacksFn
 

Member Data Documentation

◆ customData

UINT64 __AuthCallbacks::customData

Custom data to be passed back to the caller.

◆ deviceCertToTokenFn

DeviceCertToTokenFunc __AuthCallbacks::deviceCertToTokenFn

The DeviceCertToTokenFunc callback function.

◆ freeAuthCallbacksFn

FreeAuthCallbacksFunc __AuthCallbacks::freeAuthCallbacksFn

◆ getDeviceCertificateFn

GetDeviceCertificateFunc __AuthCallbacks::getDeviceCertificateFn

The GetDeviceCertificateFunc callback function.

◆ getDeviceFingerprintFn

GetDeviceFingerprintFunc __AuthCallbacks::getDeviceFingerprintFn

The GetDeviceFingerprintFunc callback function.

◆ getSecurityTokenFn

GetSecurityTokenFunc __AuthCallbacks::getSecurityTokenFn

The GetSecurityTokenFunc callback function.

◆ getStreamingTokenFn

GetStreamingTokenFunc __AuthCallbacks::getStreamingTokenFn

The GetStreamingTokenFunc callback function.

Specialized cleanup callback

◆ version

UINT32 __AuthCallbacks::version

Version.


The documentation for this struct was generated from the following file: