public interface TokenValidator
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close any allocated resources like background threads
|
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()
void close()
Copyright © 2024. All rights reserved.