public class JsonWebToken.HeaderJWT Header as specified in http://tools.ietf.org/html/draft-ietf-oauth-json-web-token-08#section-5.
Derived Types
Namespace
Google.Apis.AuthAssembly
Google.Apis.Auth.dll
Properties
ContentType
[JsonProperty("cty")]
public string ContentType { get; set; }Gets or sets content type header parameter used to declare structural information about the JWT or
null.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Type
[JsonProperty("typ")]
public string Type { get; set; }Gets or sets type header parameter used to declare the type of this object or null.
| Property Value | |
|---|---|
| Type | Description |
string |
|