struct Octokit::Models::AuthorizationRequest

Defined in:

octokit/models/authorizations.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(scopes : Array(String), note : String, note_url : String, client_id : String, client_secret : String, fingerprint : String) #

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

Instance Method Detail

def client_id : String #

def client_id=(_client_id : String) #

def client_secret : String #

def client_secret=(_client_secret : String) #

def fingerprint : String #

def fingerprint=(_fingerprint : String) #

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