Package com.networknt.security
Interface IJwtVerifyHandler
-
public interface IJwtVerifyHandlerThis is the interface that all JwtVerifyHandlers will implement. It is to remove the dependency from the server-info module to these framework specific handlers to get the fingerprints from JwtVerifier static object in these handlers.- Author:
- Steve Hu
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JwtVerifiergetJwtVerifier()
-
-
-
Method Detail
-
getJwtVerifier
JwtVerifier getJwtVerifier()
-
-