class

Microsoft::MobileOAuth::Token

Inherits JSON::Serializable / Reference / Object

Constructors

new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Class methods

load
Source

Instance methods

access_token
Source
access_token=(access_token : String)
Source
expired?
Source
expires_at
Source
expires_at=(expires_at : Int64)
Source
expires_in
Source
expires_in=(expires_in : Int32)
Source
ext_expires_in
Source
ext_expires_in=(ext_expires_in : Int32)
Source
refresh
Source
refresh!
Source
refresh_token
Source
refresh_token=(refresh_token : String)
Source
save
Source
scope
Source
scope=(scope : String)
Source
token_type
Source
token_type=(token_type : String)
Source