struct Octokit::Models::Authorization

Defined in:

octokit/models/authorizations.cr

Constructors

Instance Method Summary

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) #

def self.new(__temp_539 : JSON::PullParser) #

Instance Method Detail

def app : AuthorizationApp #

def app=(_app : AuthorizationApp) #

def created_at : Time #

def created_at=(_created_at : Time) #

def fingerprint : String #

def fingerprint=(_fingerprint : String) #

def hashed_token : String #

def hashed_token=(_hashed_token : String) #

def id : Int64 #

def id=(_id : Int64) #

def note : String #

def note=(_note : String) #

def note_url : String #

def note_url=(_note_url : String) #

def scopes : Array(String) #

def scopes=(_scopes : Array(String)) #

def to_json(json : JSON::Builder) #

def token : String #

def token=(_token : String) #

def token_has_eight : String #

def token_has_eight=(_token_has_eight : String) #

def updated_at : Time #

def updated_at=(_updated_at : Time) #

def url : String #

def url=(_url : String) #