class StatelyDB::Common::Auth::AuthTokenProvider::Actor

def init

Returns:
  • (void) -
def init
  # disable the async lib logger. We do our own error handling and propagation
  Console.logger.disable(Async::Task)
  refresh_token
end