class Twitch::Tokens

Included Modules

Defined in:

twitch.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def access_token : String #

[View source]
def access_token=(access_token : String) #

[View source]
def refresh_token : String #

[View source]
def refresh_token=(refresh_token : String) #

[View source]