kameloso.plugins.twitch.keygen

Functions for generating a Twitch API key.

Members

Functions

getTokenExpiry
auto getTokenExpiry(TwitchPlugin plugin, string authToken)

Validates an authorisation token and returns a SysTime of when it expires.

requestTwitchKey
void requestTwitchKey(TwitchPlugin plugin)

Start the captive key generation routine at the earliest possible moment. Invoked by start during early connect.

requestTwitchSuperKey
void requestTwitchSuperKey(TwitchPlugin plugin)

Start the captive key generation routine at the earliest possible moment, which is at plugin start.

See Also

Meta