public interface AccessTokenResolver
Modifier and Type | Method and Description |
---|---|
AccessToken |
resolve(Context context,
String token)
Resolves a given access token against a authorization server.
|
AccessToken resolve(Context context, String token) throws OAuth2TokenException
context
- Context chain used to keep a relationship between requests (tracking)token
- token identifier to be resolvedAccessToken
(well formed, known by the server)OAuth2TokenException
- if the token is unknown by the serverCopyright 2011-2015 ForgeRock AS.