Sets the compact cty (Content Type) header parameter value, used by applications to declare the IANA MediaType of the JWT payload. A {@
(String cty)
| 93 | * @return the instance for method chaining. |
| 94 | */ |
| 95 | T contentType(String cty); |
| 96 | |
| 97 | /** |
| 98 | * Deprecated since of 0.12.0, delegates to {@link #type(String)}. |
no outgoing calls
no test coverage detected