Crig::Providers::Copilot::OAuth::DeviceCodeResponse
Inherits JSON::Serializable < Struct < Value < Object
Constructors
new(device_code : String, user_code : String, verification_uri : String, expires_in : Int64 | Nil = nil, interval : Int64 | Nil = nil)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
device_code
Sourceexpires_in
Sourceinterval
Sourceuser_code
Sourceverification_uri
Source