struct Octokit::Models::Authorization
- Octokit::Models::Authorization
- Struct
- Value
- Object
Defined in:
octokit/models/authorizations.crConstructors
- .new(id : Int64, url : String, scopes : Array(String), token : String, token_has_eight : String, hashed_token : String, app : AuthorizationApp, note : String, note_url : String, updated_at : Time, created_at : Time, fingerprint : String)
- .new(__temp_1015 : JSON::PullParser)
Instance Method Summary
- #app : AuthorizationApp
- #app=(_app : AuthorizationApp)
- #created_at : Time
- #created_at=(_created_at : Time)
- #fingerprint : String
- #fingerprint=(_fingerprint : String)
- #hashed_token : String
- #hashed_token=(_hashed_token : String)
- #id : Int64
- #id=(_id : Int64)
- #note : String
- #note=(_note : String)
- #note_url : String
- #note_url=(_note_url : String)
- #scopes : Array(String)
- #scopes=(_scopes : Array(String))
- #to_json(json : JSON::Builder)
- #token : String
- #token=(_token : String)
- #token_has_eight : String
- #token_has_eight=(_token_has_eight : String)
- #updated_at : Time
- #updated_at=(_updated_at : Time)
- #url : String
- #url=(_url : String)
Constructor Detail
def self.new(id : Int64, url : String, scopes : Array(String), token : String, token_has_eight : String, hashed_token : String, app : AuthorizationApp, note : String, note_url : String, updated_at : Time, created_at : Time, fingerprint : String)
#