getTokenSilently()

in src/auth/authWrapper.js [64:66]


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