class StatelyDB::Common::Auth::TokenFetcher
for individual token fetcher implementations
TokenFetcher is an abstract base class that should be extended
def close
-
(void)
-
def close raise "Not Implemented" end
def fetch
-
(StatelyDB::Common::Auth::TokenResult)
- The fetched TokenResult
def fetch raise "Not Implemented" end