#include "Include_i.h"
Macros | |
#define | LOG_CLASS "FileAuthCallbacks" |
Functions | |
STATUS | createFileAuthCallbacks (PClientCallbacks pCallbacksProvider, PCHAR pCredentialsFilepath, PAuthCallbacks *ppFileAuthCallbacks) |
STATUS | freeFileAuthCallbacks (PAuthCallbacks *ppAuthCallbacks) |
STATUS | freeFileAuthCallbacksFunc (PUINT64 customData) |
STATUS | getStreamingTokenFileFunc (UINT64 customData, PCHAR streamName, STREAM_ACCESS_MODE accessMode, PServiceCallContext pServiceCallContext) |
STATUS | getSecurityTokenFileFunc (UINT64 customData, PBYTE *ppBuffer, PUINT32 pSize, PUINT64 pExpiration) |
#define LOG_CLASS "FileAuthCallbacks" |
Kinesis Video Producer file Auth Callbacks
STATUS freeFileAuthCallbacksFunc | ( | PUINT64 | customData | ) |
STATUS getSecurityTokenFileFunc | ( | UINT64 | customData, |
PBYTE * | ppBuffer, | ||
PUINT32 | pSize, | ||
PUINT64 | pExpiration | ||
) |
STATUS getStreamingTokenFileFunc | ( | UINT64 | customData, |
PCHAR | streamName, | ||
STREAM_ACCESS_MODE | accessMode, | ||
PServiceCallContext | pServiceCallContext | ||
) |