Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
Authly::InMemoryDeviceCodeStore
Inherits
Authly::DeviceCodeStore
<
Reference
<
Object
Constructors
new
Source
Instance methods
cleanup_expired
Clean up expired device codes
Source
delete
(device_code :
String
)
Source
fetch
(device_code :
String
) :
DeviceCodeData
|
Nil
Source
fetch_by_user_code
(user_code :
String
) :
DeviceCodeData
|
Nil
Source
store
(device_code :
String
, data :
DeviceCodeData
)
Source
update
(device_code :
String
, data :
DeviceCodeData
)
Source