struct

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)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

device_code
Source
expires_in
Source
interval
Source
user_code
Source
verification_uri
Source