Class JwksClientReactorContext
java.lang.Object
io.micronaut.security.token.jwt.signature.jwks.JwksClientReactorContext
Reactor context object used to coordinate JWKS retrieval logging during reactive JWT signature validation.
- Since:
- 4.16.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidMark the token as verified.
-
Constructor Details
-
JwksClientReactorContext
public JwksClientReactorContext()
-
-
Method Details
-
isTokenVerified
public boolean isTokenVerified()- Returns:
- Whether the token has already been verified by any configured signature.
-
markTokenVerified
public void markTokenVerified()Mark the token as verified.
-