Interface IJwtVerifyHandler


  • public interface IJwtVerifyHandler
    This 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