Uses of Class
net.shibboleth.idp.plugin.authn.oidc.rp.decoding.impl.AbstractJSONResponseDecoderFunction
Packages that use AbstractJSONResponseDecoderFunction
Package
Description
This package has decoders for various OIDC/OAuth2 responses.
-
Uses of AbstractJSONResponseDecoderFunction in net.shibboleth.idp.plugin.authn.oidc.rp.decoding.impl
Subclasses of AbstractJSONResponseDecoderFunction in net.shibboleth.idp.plugin.authn.oidc.rp.decoding.implModifier and TypeClassDescriptionclassDefault access token response decoder, which converts a successful HTTP response into anOIDCTokenResponse.classResponse decoder for UserInfo responses.