Class JwtClientAssertionDecoderFactory

java.lang.Object
org.springframework.security.oauth2.server.authorization.authentication.JwtClientAssertionDecoderFactory
All Implemented Interfaces:
JwtDecoderFactory<RegisteredClient>

public final class JwtClientAssertionDecoderFactory extends Object implements JwtDecoderFactory<RegisteredClient>
A factory that provides a JwtDecoder for the specified RegisteredClient and is used for authenticating a Jwt Bearer Token during OAuth 2.0 Client Authentication.
Since:
7.0
See Also: