var newClient = func(b *testing.B) (*hc.Client, clientcredentials.Config) {
        cc, config := newCustomClient(b, &hc.Client{
            Secret:        uuid.New().String(),
            RedirectURIs:  []string{public.URL + "/callback"},
            ResponseTypes: []string{"token"},