public class TokenIntrospectionService extends Object
Constructor and Description |
---|
TokenIntrospectionService(ClientAuthenticator clientAuthenticator,
Set<TokenIntrospectionHandler> handlers,
OAuth2UrisFactory urisFactory) |
Modifier and Type | Method and Description |
---|---|
org.forgerock.json.JsonValue |
introspect(OAuth2Request request)
Allows introspection of a (refresh or access) token according to the
OAuth 2.0 Token Introspection
standard.
|
@Inject public TokenIntrospectionService(ClientAuthenticator clientAuthenticator, Set<TokenIntrospectionHandler> handlers, OAuth2UrisFactory urisFactory)
public org.forgerock.json.JsonValue introspect(OAuth2Request request) throws InvalidClientException, InvalidRequestException, NotFoundException, ServerException
The request must must contain authorization as the OAuth 2.0 client that the token was issued for, using either credentials or a bearer token.
request
- The OAuth 2.0 requestInvalidClientException
InvalidRequestException
NotFoundException
ServerException
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.