class Microsoft::MobileOAuth::Token
- Microsoft::MobileOAuth::Token
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
microsoft/mobile_oauth.crConstructors
Class Method Summary
Instance Method Summary
- #access_token : String
- #access_token=(access_token : String)
- #expired?
- #expires_at : Int64
- #expires_at=(expires_at : Int64)
- #expires_in : Int32
- #expires_in=(expires_in : Int32)
- #ext_expires_in : Int32
- #ext_expires_in=(ext_expires_in : Int32)
- #refresh
- #refresh!
- #refresh_token : String
- #refresh_token=(refresh_token : String)
- #save
- #scope : String
- #scope=(scope : String)
- #token_type : String
- #token_type=(token_type : String)