In Memory Twitch Token Storage
class InMemoryTwitchTokenStorage(token: TwitchTokenPayload = TwitchTokenPayload.NO_TOKEN) : TwitchTokenStorage
Implementation of the TwitchTokenStorage, which stores the received token only in memory.
Functions
Link copied to clipboard
Link copied to clipboard
open suspend override fun updateToken(oldToken: TwitchTokenPayload, newToken: TwitchTokenPayload): Boolean