odin_access_key_generate
Creates a new access key crucial for signing tokens, facilitating access to an ODIN server. An access key is a 44-character long Base64 String, embodying a version identifier, random bytes, and a checksum.
See our guides on access keys and tokens for more information.
Declaration
Parameters
buf
Pointer to a buffer where the generated access key will be stored.
Declaration
buf_len
Size of the buffer for the access key.
Declaration
Returns
A return code indicating success or failure.
Return Type