return accessor;
}
protected static OAuth2Accessor getOAuth2Accessor_ClientCredentialsRedirecting() throws Exception {
final OAuth2Cache cache = new InMemoryCache();
final OAuth2Persister persister = MockUtils.getDummyPersister();
final OAuth2Encrypter encrypter = MockUtils.getDummyEncrypter();
final OAuth2Store store = MockUtils.getDummyStore(cache, persister, encrypter,
MockUtils.REDIRECT_URI, null, null, MockUtils.stateCrypter);
final BasicOAuth2Accessor accessor = new BasicOAuth2Accessor(MockUtils.GADGET_URI1,
MockUtils.SERVICE_NAME, MockUtils.USER, MockUtils.SCOPE, true, store,