Authly::InMemoryDeviceCodeStore
Inherits Authly::DeviceCodeStore / Reference / Object
Constructors
new
SourceInstance methods
delete(device_code : String)
Sourcefetch(device_code : String) : DeviceCodeData | Nil
Sourcefetch_by_user_code(user_code : String) : DeviceCodeData | Nil
Sourcestore(device_code : String, data : DeviceCodeData)
Sourceupdate(device_code : String, data : DeviceCodeData)
Source