@ConsumerType public interface TokenValidator
AccessTokenProvider| Modifier and Type | Field and Description |
|---|---|
static String |
VALIDATOR_TYPE_PROPERTY
Specifies the property name of this validator type
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isValid(String accessToken)
Validates the access token
|
static final String VALIDATOR_TYPE_PROPERTY
boolean isValid(String accessToken)
accessToken - true if the token is valid else falseCopyright © 2010 - 2020 Adobe. All Rights Reserved