struct

Crig::Providers::Copilot::OAuth::AccessTokenResponse

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(access_token : String | Nil = nil, token_type : String | Nil = nil, error : String | Nil = nil, error_description : String | Nil = nil, interval : Int64 | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

access_token
Source
error
Source
error_description
Source
interval
Source
success?
Source
token_type
Source