Share via


JsonWebToken.Typ Property

Definition

Gets the 'value' of the 'typ' claim from the header.

public string Typ { get; }
member this.Typ : string
Public ReadOnly Property Typ As String

Property Value

Remarks

Is used by JWT applications to declare the media type. see: https://datatracker.ietf.org/doc/html/rfc7519#section-5.1

If the 'typ' claim is not found, an empty string is returned.

Applies to