Class: Notion::OAuth::TokenStore
- Inherits:
-
Object
- Object
- Notion::OAuth::TokenStore
- Defined in:
- lib/notion/oauth.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#read(_key) ⇒ Object
76 |
# File 'lib/notion/oauth.rb', line 76 def read(_key) = raise(NotImplementedError) |
#write(_key, _token) ⇒ Object
77 |
# File 'lib/notion/oauth.rb', line 77 def write(_key, _token) = raise(NotImplementedError) |