| Package | Description |
|---|---|
| com.google.api.client.json.webtoken |
| Modifier and Type | Class and Description |
|---|---|
static class |
JsonWebSignature
Header as specified in
Reserved Header Parameter Names.
|
| Modifier and Type | Method and Description |
|---|---|
JsonWebToken |
JsonWebToken.Header.clone()
|
JsonWebToken |
JsonWebToken.getHeader()
Returns the header.
|
JsonWebToken |
JsonWebToken.Header.set(String
|
JsonWebToken |
JsonWebToken.Header.setContentType(String
Sets the content type header parameter used to declare structural information about the JWT or
null for none.
|
JsonWebToken |
JsonWebToken.Header.setType(String
Sets the type header parameter used to declare the type of this object or
null for none.
|
| Constructor and Description | |
|---|---|
JsonWebToken(JsonWebToken
|