struct OfficeRnd::TokenResponse

Included Modules

Extended Modules

Defined in:

office_rnd/models.cr

Constructors

Instance Method Summary

Constructor methods inherited from struct OfficeRnd::Data

new(pull : JSON::PullParser) new

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 : Int32 #

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

[View source]
def scope : String #

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

[View source]
def token_type : String #

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

[View source]