class StatelyDB::Common::Auth::TokenProvider

def get_token(force: false) # rubocop:disable Lint/UnusedMethodArgument

Returns:
  • (String) - The current access token

Parameters:
  • force (Boolean) -- Whether to force a refresh of the token
def get_token(force: false) # rubocop:disable Lint/UnusedMethodArgument
  raise "Not Implemented"
end