public interface Authenticator
| Modifier and Type | Method and Description |
|---|---|
default Optional<Principal> |
authenticate(String token)
Authenticate credentials.
|
io.jsonwebtoken.Claims |
parse(String token)
Parse a token into a set of claims.
|
io.jsonwebtoken.Claims parse(String token)
token - the token