Interface JwtAuthentication

All Known Implementing Classes:
AuthenticationJsonWebToken, PreAuthenticatedAuthenticationJsonWebToken

public interface JwtAuthentication
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    org.springframework.security.core.Authentication
    verify(com.auth0.jwt.JWTVerifier verifier)
     
  • Method Details

    • getToken

      String getToken()
    • getKeyId

      String getKeyId()
    • verify

      org.springframework.security.core.Authentication verify(com.auth0.jwt.JWTVerifier verifier) throws com.auth0.jwt.exceptions.JWTVerificationException
      Throws:
      com.auth0.jwt.exceptions.JWTVerificationException