class Microsoft::MobileOAuth::Token

Included Modules

Defined in:

microsoft/mobile_oauth.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

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

[View source]

Class Method Detail

def self.load #

[View source]

Instance Method Detail

def access_token : String #

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

[View source]
def expired? #

[View source]
def expires_at : Int64 #

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

[View source]
def expires_in : Int32 #

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

[View source]
def ext_expires_in : Int32 #

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

[View source]
def refresh #

[View source]
def refresh! #

[View source]
def refresh_token : String #

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

[View source]
def save #

[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]