Package com.adobe.granite.auth.oauth
Interface TokenValidator
-
- All Known Subinterfaces:
ExtendedTokenValidator
@ConsumerType public interface TokenValidator
An interface to validate the access token. Implementers of this interface should use this to validate the access token.- Since:
- 3.7
- See Also:
AccessTokenProvider
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
VALIDATOR_TYPE_PROPERTY
Specifies the property name of this validator type
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isValid(java.lang.String accessToken)
Validates the access token
-
-
-
Field Detail
-
VALIDATOR_TYPE_PROPERTY
static final java.lang.String VALIDATOR_TYPE_PROPERTY
Specifies the property name of this validator type- See Also:
- Constant Field Values
-
-