class Office365::Token
- Office365::Token
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
models/token.crConstructors
Instance Method Summary
- #access_token : String
- #access_token=(access_token : String)
- #created_at : Time
- #created_at=(created_at : Time)
- #current?
- #expired?
- #expires_in : Int32
- #expires_in=(expires_in : Int32)
- #token_type : String
- #token_type=(token_type : String)