Crig::Providers::Copilot::OAuth::AccessTokenResponse
Inherits JSON::Serializable < Struct < Value < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(access_token : String | Nil = nil, token_type : String | Nil = nil, error : String | Nil = nil, error_description : String | Nil = nil, interval : Int64 | Nil = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
access_token
Sourceerror
Sourceerror_description
Sourceinterval
Sourcesuccess?
Sourcetoken_type
Source