Class: StatelyDB::Common::Auth::TokenProvider
- Inherits:
-
Object
- Object
- StatelyDB::Common::Auth::TokenProvider
- Defined in:
- lib/common/auth/token_provider.rb
Overview
TokenProvider is an abstract base class that should be extended for individual token provider implementations
Direct Known Subclasses
Instance Method Summary collapse
-
#access_token ⇒ String
Get the current access token.
Instance Method Details
#access_token ⇒ String
Get the current access token
12 13 14 |
# File 'lib/common/auth/token_provider.rb', line 12 def access_token raise "Not Implemented" end |