public interface JwtAuthentication
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getKeyId() |
java.lang.String |
getToken() |
org.springframework.security.core.Authentication |
verify(com.auth0.jwt.JWTVerifier verifier) |
java.lang.String getToken()
java.lang.String getKeyId()
org.springframework.security.core.Authentication verify(com.auth0.jwt.JWTVerifier verifier)
throws com.auth0.jwt.exceptions.JWTVerificationException
com.auth0.jwt.exceptions.JWTVerificationException