Package com.auth0.jwt

Class HeaderParams

java.lang.Object
com.auth0.jwt.HeaderParams

public final class HeaderParams extends Object
Contains constants representing the JWT header parameter names.
  • Field Details

    • ALGORITHM

      public static String ALGORITHM
      The algorithm used to sign a JWT.
    • CONTENT_TYPE

      public static String CONTENT_TYPE
      The content type of the JWT.
    • TYPE

      public static String TYPE
      The media type of the JWT.
    • KEY_ID

      public static String KEY_ID
      The key ID of a JWT used to specify the key for signature validation.