#include <Include.h>

Public Attributes | |
| UINT32 | version |
| Version. | |
| UINT64 | customData |
| Custom data to be passed back to the caller. | |
| GetSecurityTokenFunc | getSecurityTokenFn |
| The GetSecurityTokenFunc callback function. | |
| GetDeviceCertificateFunc | getDeviceCertificateFn |
| The GetDeviceCertificateFunc callback function. | |
| DeviceCertToTokenFunc | deviceCertToTokenFn |
| The DeviceCertToTokenFunc callback function. | |
| GetDeviceFingerprintFunc | getDeviceFingerprintFn |
| The GetDeviceFingerprintFunc callback function. | |
| GetStreamingTokenFunc | getStreamingTokenFn |
| The GetStreamingTokenFunc callback function. | |
| FreeAuthCallbacksFunc | freeAuthCallbacksFn |
| UINT64 __AuthCallbacks::customData |
Custom data to be passed back to the caller.
| DeviceCertToTokenFunc __AuthCallbacks::deviceCertToTokenFn |
The DeviceCertToTokenFunc callback function.
| FreeAuthCallbacksFunc __AuthCallbacks::freeAuthCallbacksFn |
| GetDeviceCertificateFunc __AuthCallbacks::getDeviceCertificateFn |
The GetDeviceCertificateFunc callback function.
| GetDeviceFingerprintFunc __AuthCallbacks::getDeviceFingerprintFn |
The GetDeviceFingerprintFunc callback function.
| GetSecurityTokenFunc __AuthCallbacks::getSecurityTokenFn |
The GetSecurityTokenFunc callback function.
| GetStreamingTokenFunc __AuthCallbacks::getStreamingTokenFn |
The GetStreamingTokenFunc callback function.
Specialized cleanup callback
| UINT32 __AuthCallbacks::version |
Version.