Class OidcIdTokenDecoderFactory

java.lang.Object
org.springframework.security.oauth2.client.oidc.authentication.OidcIdTokenDecoderFactory
All Implemented Interfaces:
JwtDecoderFactory<ClientRegistration>

public final class OidcIdTokenDecoderFactory extends Object implements JwtDecoderFactory<ClientRegistration>
A factory that provides a JwtDecoder used for OidcIdToken signature verification. The provided JwtDecoder is associated to a specific ClientRegistration.
Since:
5.2
See Also: