Class ReactiveOidcIdTokenDecoderFactory

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

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