struct

Octokit::Models::Authorization

Inherits Struct < Value < Object

Constructors

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_1034 : JSON::PullParser)

Instance methods

app
app=(_app : AuthorizationApp)
created_at
created_at=(_created_at : Time)
fingerprint
fingerprint=(_fingerprint : String)
hashed_token
hashed_token=(_hashed_token : String)
id
id=(_id : Int64)
note
note=(_note : String)
note_url
note_url=(_note_url : String)
scopes
scopes=(_scopes : Array(String))
to_json(json : JSON::Builder)
token
token=(_token : String)
token_has_eight
token_has_eight=(_token_has_eight : String)
updated_at
updated_at=(_updated_at : Time)
url
url=(_url : String)