struct Twitcr::Token

Included Modules

Defined in:

twitcr/mappings/token.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 expires_in : Int64 #

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

[View source]
def token_type : String #

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

[View source]