struct OAuthTokenPayload

Included Modules

Defined in:

githubcr/payloads/oauth_app.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(access_token : String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def access_token : String #

def clone #

[View source]
def copy_with(access_token _access_token = @access_token) #

[View source]