public interface TokenValidator
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValidatorId()
Return the id of this validator
|
TokenInfo |
validate(java.lang.String token)
Validate the passed access token return it wrapped in TokenInfo with
|
TokenInfo validate(java.lang.String token)
token - An access token to validatejava.lang.String getValidatorId()
Copyright © 2023. All rights reserved.