Uses of Class
iu.auth.config.OidcIdToken
Packages that use OidcIdToken
-
Uses of OidcIdToken in iu.auth.config
Methods in iu.auth.config that return OidcIdTokenModifier and TypeMethodDescriptionstatic OidcIdTokenOidcIdToken.decryptAndVerify(String jwt, WebKey issuerKey, WebKey audienceKey, OAuthClient client, String nonce, String accessToken, Duration maxAge) Parses, decrypts, and verifies a JWT encoded withJWS compact serialization.static OidcIdTokenOidcIdToken.verify(String jwt, WebKey issuerKey, OAuthClient client, String nonce, String accessToken, Duration maxAge) Parses and verifies an ID token encoded withJWS compact serialization.