struct Turnir::Client::TwitchTokenManager::TokenResponse

Included Modules

Defined in:

turnir/client/twitch_token_manager.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 created_at : Int64 #

[View source]
def created_at=(created_at : Int64) #

[View source]
def created_at_str : String #

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

[View source]
def expires_in : Int64 #

[View source]
def expires_in=(expires_in : Int64) #

[View source]
def refresh_token : String #

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

[View source]
def scope : Array(String) #

[View source]
def scope=(scope : Array(String)) #

[View source]
def token_type : String #

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

[View source]