Class JsonWebToken.Header (1.60.0)

public class JsonWebToken.Header

Inheritance

object > JsonWebToken.Header

Derived Types

Namespace

GoogleApisAuth

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