Package com.adobe.granite.auth.oauth
Interface TokenValidator
- All Known Subinterfaces:
ExtendedTokenValidator
An interface to validate the access token.
Implementers of this interface should use this to validate the access token.
- Since:
- 3.7
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringSpecifies the property name of this validator type -
Method Summary
-
Field Details
-
VALIDATOR_TYPE_PROPERTY
Specifies the property name of this validator type- See Also:
-
-
Method Details
-
isValid
Validates the access token- Parameters:
accessToken-- Returns:
trueif the token is valid elsefalse
-