Authly::DeviceCodeData
Inherits JSON::Serializable < Struct < Value < Object
Constructors
new(device_code : String, user_code : String, client_id : String, scope : String, expires_at : Time, interval : Int32 = 5, verified : Bool = false, user_id : Nil | String = nil)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
client_id
Sourcedevice_code
Sourceexpired?
Sourceexpires_at
Sourceinterval
Sourcescope
Sourceuser_code
Sourceuser_id
Sourceverified?
Source