struct Abartos::Application::WebhookAccessTokenResponse

Included Modules

Defined in:

abartos/application.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(access_token : String, expires_in : Int32, refresh_token : String, scope : String, token_type : String, webhook : WebhookReponseObject) #

[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, expires_in _expires_in = @expires_in, refresh_token _refresh_token = @refresh_token, scope _scope = @scope, token_type _token_type = @token_type, webhook _webhook = @webhook) #

[View source]
def expires_in : Int32 #

def refresh_token : String #

def scope : String #

def token_type : String #

def webhook : WebhookReponseObject #