Method: AtprotoAuth::Storage::Interface#set
- Defined in:
- lib/atproto_auth/storage/interface.rb
#set(key, value, ttl: nil) ⇒ Boolean
Store a value with optional TTL
13 14 15 |
# File 'lib/atproto_auth/storage/interface.rb', line 13 def set(key, value, ttl: nil) raise NotImplementedError end |