Package | Description |
---|---|
io.fusionauth.jwt | |
io.fusionauth.jwt.domain |
Modifier and Type | Class and Description |
---|---|
class |
TimeMachineJWTDecoder
A version of the JWT Decoder that allows you to travel to the past or future by changing the space time continuum.
|
Modifier and Type | Method and Description |
---|---|
JWTDecoder |
JWTDecoder.withClockSkew(int clockSkew)
Specify the number of seconds allowed for clock skew used for calculating the expiration and not before instants of a JWT.
|
Modifier and Type | Method and Description |
---|---|
static JWTDecoder |
JWT.getDecoder()
Return an instance of the JWT Decoder.
|
static JWTDecoder |
JWT.getTimeMachineDecoder(java.time.ZonedDateTime now)
Return a JWT Decoder that allows you to go back or of forward in time.
|
Copyright © 2021. All rights reserved.