Uses of Class
io.fusionauth.jwt.JWTDecoder
Packages that use JWTDecoder
-
Uses of JWTDecoder in io.fusionauth.jwt
Subclasses of JWTDecoder in io.fusionauth.jwtModifier and TypeClassDescriptionclassA version of the JWT Decoder that allows you to travel to the past or future by changing the space time continuum.Methods in io.fusionauth.jwt that return JWTDecoderModifier and TypeMethodDescriptionJWTDecoder.withClockSkew(int clockSkew) Specify the number of seconds allowed for clock skew used for calculating the expiration and not before instants of a JWT. -
Uses of JWTDecoder in io.fusionauth.jwt.domain
Methods in io.fusionauth.jwt.domain that return JWTDecoderModifier and TypeMethodDescriptionstatic JWTDecoderJWT.getDecoder()Return an instance of the JWT Decoder.static JWTDecoderJWT.getTimeMachineDecoder(java.time.ZonedDateTime now) Return a JWT Decoder that allows you to go back or of forward in time.