Skip to main content

odin_token_generator_create

Creates a new token generator instance.

Declaration
struct OdinTokenGenerator *odin_token_generator_create(const char *access_key);

Parameters

access_key

Pointer to the access key used to create the token generator.

Declaration
const char *access_key;

Returns

A handle to the token generator instance. See

OdinTokenGenerator

Return Type
struct OdinTokenGenerator *