class Qbic::TouchPanel::AuthResponse

Included Modules

Extended Modules

Defined in:

qbic/touch_panel.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def access_token : String #

Returned on success


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

Returned on success


[View source]
def refresh_token : String #

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

[View source]
def token_type : String #

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

[View source]