public interface TokenAuthenticationVerifier
| Modifier and Type | Method and Description |
|---|---|
Optional<AuthenticatedObject> |
verify(String token)
Verify if token is valid
|
Optional<AuthenticatedObject> verify(String token)
token - a stringCopyright © 2018. All rights reserved.