Microsoft::MobileOAuth::Token
Inherits JSON::Serializable / Reference / Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceClass methods
load
SourceInstance methods
access_token
Sourceaccess_token=(access_token : String)
Sourceexpired?
Sourceexpires_at
Sourceexpires_at=(expires_at : Int64)
Sourceexpires_in
Sourceext_expires_in
Sourcerefresh
Sourcerefresh!
Sourcerefresh_token
Sourcerefresh_token=(refresh_token : String)
Sourcesave
Sourcescope
Sourcescope=(scope : String)
Sourcetoken_type
Sourcetoken_type=(token_type : String)
Source