struct Abartos::Application::WebhookAccessTokenResponse
- Abartos::Application::WebhookAccessTokenResponse
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
abartos/application.crConstructors
- .new(access_token : String, expires_in : Int32, refresh_token : String, scope : String, token_type : String, webhook : WebhookReponseObject)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #access_token : String
- #clone
- #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)
- #expires_in : Int32
- #refresh_token : String
- #scope : String
- #token_type : String
- #webhook : WebhookReponseObject
Constructor Detail
def self.new(access_token : String, expires_in : Int32, refresh_token : String, scope : String, token_type : String, webhook : WebhookReponseObject)
#
Instance Method Detail
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)
#