Uses of Class
io.fusionauth.jwt.domain.Header
Packages that use Header
-
Uses of Header in io.fusionauth.jwt
Methods in io.fusionauth.jwt that return HeaderModifier and TypeMethodDescriptionstatic HeaderJWTUtils.decodeHeader(String encodedJWT) WARNING!! This is not a secure or safe way to decode a JWT, this will not perform any validation on the signature.Method parameters in io.fusionauth.jwt with type arguments of type HeaderModifier and TypeMethodDescriptionJWTDecoder.decode(String encodedJWT, Map<String, Verifier> verifiers, java.util.function.Function<Header, String> keyFunction) Decode the JWT using one of they provided verifiers.Encode the JWT to produce a dot separated encoded string that can be sent in an HTTP request header. -
Uses of Header in io.fusionauth.jwt.domain
Fields in io.fusionauth.jwt.domain declared as HeaderMethods in io.fusionauth.jwt.domain that return Header