public interface IDTokenChecker
| Modifier and Type | Method and Description |
|---|---|
void |
checkPayloadAndSignature(com.auth0.jwt.interfaces.DecodedJWT jwt,
List<com.auth0.jwk.Jwk> jwks,
String issuer,
String audience,
org.kohsuke.stapler.StaplerRequest request) |
void checkPayloadAndSignature(com.auth0.jwt.interfaces.DecodedJWT jwt,
List<com.auth0.jwk.Jwk> jwks,
String issuer,
String audience,
org.kohsuke.stapler.StaplerRequest request)
throws com.auth0.jwk.InvalidPublicKeyException,
IOException
com.auth0.jwk.InvalidPublicKeyExceptionIOExceptionCopyright © 2016–2020. All rights reserved.