struct Octokit::Models::AccessToken
- Octokit::Models::AccessToken
- Struct
- Value
- Object
Defined in:
octokit/models/oauth.crConstructors
- .new(access_token : String, token_type : String, scope : Union(String, Nil))
- .new(__temp_2897 : JSON::PullParser)
Instance Method Summary
- #access_token : String
- #access_token=(_access_token : String)
- #scope : Union(String, Nil)
- #scope=(_scope : Union(String, Nil))
- #to_json(json : JSON::Builder)
- #token_type : String
- #token_type=(_token_type : String)