Method: AtprotoAuth::Storage::Interface#multi_get
- Defined in:
- lib/atproto_auth/storage/interface.rb
#multi_get(keys) ⇒ Hash<String, Object>
Get multiple values
45 46 47 |
# File 'lib/atproto_auth/storage/interface.rb', line 45 def multi_get(keys) raise NotImplementedError end |