public interface OAuth2AccessTokenValidator
Modifier and Type | Method and Description |
---|---|
Promise<AccessTokenValidationResponse,OAuth2Exception> |
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> validate(String accessToken)
accessToken
- The access token to validate.OAuth2Exception
- If there is a problem validating the access token.Copyright © 2025 Open Identity Platform Community. All rights reserved.