Skip to main content

OdinTokenGenerator

A pointer to a local ODIN token generator, employed for generating signed room tokens predicated on an access key. Be aware that access keys serve as your unique authentication keys, requisite for generating room tokens to access the ODIN server network. To ensure your security, it's strongly recommended that you NEVER embed an access key within your client code, and instead generate room tokens on a server.

Declaration
typedef struct OdinTokenGenerator OdinTokenGenerator;