odin_access_key_secret_key
Retrieves the private key associated with an access key. The private key, rooted in the Ed25519 curve, is utilized to sign a generated room token for accessing the ODIN network.
See our guides on access keys and tokens for more information.
Declaration
Parameters
access_key
Pointer to the access key whose secret key is to be retrieved.
Declaration
out_secret_key
Pointer to a buffer where the secret key will be stored.
Declaration
out_secret_key_len
Size of the buffer for the secret key.
Declaration
Returns
A return code indicating success or failure.
Return Type