Package | Description |
---|---|
org.forgerock.authz.modules.oauth2 |
Modifier and Type | Method and Description |
---|---|
Promise<AccessTokenValidationResponse,OAuth2Exception> |
RestOAuth2AccessTokenValidator.validate(String accessToken)
Validates whether the given access token is valid, by referring to the OAuth2 Provider and gaining user
profile information as well.
|
Promise<AccessTokenValidationResponse,OAuth2Exception> |
OAuth2AccessTokenValidator.validate(String accessToken)
Validates whether the given access token is valid, by referring to the OAuth2 Provider and gaining user
profile information as well.
|
Copyright © 2025 Open Identity Platform Community. All rights reserved.