Package net.officefloor.web.jwt.jwks
Interface JwksRetriever
public interface JwksRetriever
Retrieves the JWKS content.
- Author:
- Daniel Sagenschneider
-
Method Summary
-
Method Details
-
retrieveJwks
Retrieves the JWKS content.- Returns:
InputStreamto the JWKS content.- Throws:
Exception- If fails to retrieve the JWKS content.
-