Package com.sap.cloud.security.token
Class TokenHeader
- java.lang.Object
-
- com.sap.cloud.security.token.TokenHeader
-
public final class TokenHeader extends Object
Constants denoting Jwt header parameters. https://tools.ietf.org/html/rfc7515#section-4
-
-
Field Detail
-
ALGORITHM
public static final String ALGORITHM
- See Also:
- Constant Field Values
-
JWKS_URL
public static final String JWKS_URL
- See Also:
- Constant Field Values
-
KEY_ID
public static final String KEY_ID
- See Also:
- Constant Field Values
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
-