Class DPoPProofJwtDecoderFactory

java.lang.Object
org.springframework.security.oauth2.jwt.DPoPProofJwtDecoderFactory
All Implemented Interfaces:
JwtDecoderFactory<DPoPProofContext>

public final class DPoPProofJwtDecoderFactory extends Object implements JwtDecoderFactory<DPoPProofContext>
A factory that provides a JwtDecoder for the specified DPoPProofContext and is used for authenticating a DPoP Proof Jwt.
Since:
6.5
See Also: