Class JsonWebToken.Header
JWT Header as specified in http://tools.ietf.org/html/draft-ietf-oauth-json-web-token-08#section-5.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Auth
Assembly: Google.Apis.Auth.dll
Syntax
public class Header
Properties
ContentType
Gets or sets content type header parameter used to declare structural information about the JWT or
null
.
Declaration
[JsonProperty("cty")]
public string ContentType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Gets or sets type header parameter used to declare the type of this object or null
.
Declaration
[JsonProperty("typ")]
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |