public interface OAuthRepository
| Modifier and Type | Method and Description |
|---|---|
String |
getToken(String userId) |
void |
removeToken(String onBehalfOf) |
void |
storeToken(String accessToken,
String userId) |
Copyright © 2009–2014 SURFnet bv, The Netherlands. All rights reserved.