odin_token_generator_create
Creates a new token generator instance.
warning
Make sure to destroy the token generator instance when it is no longer needed to avoid memory leaks.
Use odin_token_generator_destroy
Declaration
Parameters
access_key
Pointer to the access key used to create the token generator.
Declaration
Returns
A handle to the token generator instance. See OdinTokenGenerator
Return Type