struct Octokit::Models::AccessToken

Defined in:

octokit/models/oauth.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(access_token : String, token_type : String, scope : Union(String, Nil)) #

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

Instance Method Detail

def access_token : String #

def access_token=(_access_token : String) #

def scope : Union(String, Nil) #

def scope=(_scope : Union(String, Nil)) #

def to_json(json : JSON::Builder) #

def token_type : String #

def token_type=(_token_type : String) #