Class JsonWebToken.Header (1.59.0)

public class Header

Inheritance

Object > JsonWebToken.Header

Derived Types

Namespace

Google.Apis.Auth

Assembly

Google.Apis.Auth.dll

Properties

ContentType

public string ContentType { get; set; }

Gets or sets content type header parameter used to declare structural information about the JWT or null.

Property Value
TypeDescription
String

Type

public string Type { get; set; }

Gets or sets type header parameter used to declare the type of this object or null.

Property Value
TypeDescription
String

Extension Method