Package | Description |
---|---|
io.jsonwebtoken |
Modifier and Type | Method and Description |
---|---|
JwtParserBuilder |
JwtParserBuilder.clock(Clock clock)
Sets the
Clock that determines the timestamp to use when validating the parsed JWT. |
JwtParserBuilder |
JwtParserBuilder.setClock(Clock clock)
Deprecated.
since 0.12.0 for the more modern builder-style named
JwtParserBuilder.clock(Clock) method.
This method will be removed before the JJWT 1.0 release. |
Copyright © 2014–2025 jsonwebtoken.io. All rights reserved.