getTokenSilently()

in frontend/src/auth/index.js [81:83]


      getTokenSilently(o) {
        return this.auth0Client.getTokenSilently(o);
      },