Class JsonWebToken.Header (1.68.0)

public class JsonWebToken.Header

Inheritance

object > JsonWebToken.Header

Derived Types

Namespace

Google.Apis.Auth

Assembly

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

Extension Method