Class: Notion::OAuth::TokenStore

Inherits:
Object
  • Object
show all
Defined in:
lib/notion/oauth.rb

Direct Known Subclasses

MemoryTokenStore

Instance Method Summary collapse

Instance Method Details

#read(_key) ⇒ Object

Raises:

  • (NotImplementedError)


76
# File 'lib/notion/oauth.rb', line 76

def read(_key) = raise(NotImplementedError)

#write(_key, _token) ⇒ Object

Raises:

  • (NotImplementedError)


77
# File 'lib/notion/oauth.rb', line 77

def write(_key, _token) = raise(NotImplementedError)