struct
Turnir::Client::TwitchTokenManager::TokenResponse
- Turnir::Client::TwitchTokenManager::TokenResponse
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
turnir/client/twitch_token_manager.crConstructors
Instance Method Summary
- #access_token : String
- #access_token=(access_token : String)
- #created_at : Int64
- #created_at=(created_at : Int64)
- #created_at_str : String
- #created_at_str=(created_at_str : String)
- #expires_in : Int64
- #expires_in=(expires_in : Int64)
- #refresh_token : String
- #refresh_token=(refresh_token : String)
- #scope : Array(String)
- #scope=(scope : Array(String))
- #token_type : String
- #token_type=(token_type : String)