C/C++ API
HSM Dinamo
Loading...
Looking for...
No entries found
AUTH_HTTP Structure Reference

#include "dinamo.h"

Data Fields

char szAddr[MAX_HTTP_ADDR_LEN+1]
 
char szAPIToken[MAX_HTTP_API_TOKEN_LEN+1]
 
DWORD dwTimeout
 

Detailed description

Data for opening authenticated HTTP sessions with Dinamo Services. This structure is mainly used by the DOpenSession() function.

Fields

szAddr

char szAddr[MAX_HTTP_ADDR_LEN+1]

Service address of Dinamo Services. Maximum size of MAX_HTTP_ADDR_LEN.

szAPIToken

char szAPIToken[MAX_HTTP_API_TOKEN_LEN+1]

API token. Access key generated at Dinamo Services. Maximum size of MAX_HTTP_API_TOKEN_LEN.

dwTimeout

DWORD dwTimeout

Operation timeout in milliseconds. If 0 is passed, no timeout is set and the operation can wait until a response is received. Passing 0 in this field is not recommended.


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