Class NimbusReactiveJwtDecoder

java.lang.Object
org.springframework.security.oauth2.jwt.NimbusReactiveJwtDecoder
All Implemented Interfaces:
ReactiveJwtDecoder

public final class NimbusReactiveJwtDecoder extends Object implements ReactiveJwtDecoder
An implementation of a ReactiveJwtDecoder that "decodes" a JSON Web Token (JWT) and additionally verifies it's digital signature if the JWT is a JSON Web Signature (JWS).

NOTE: This implementation uses the Nimbus JOSE + JWT SDK internally.

Since:
5.1
See Also: