class StatelyDB::Common::Auth::TokenFetcher

for individual token fetcher implementations
TokenFetcher is an abstract base class that should be extended

def close

Returns:
  • (void) -
def close
  raise "Not Implemented"
end

def fetch

Returns:
  • (StatelyDB::Common::Auth::TokenResult) - The fetched TokenResult
def fetch
  raise "Not Implemented"
end