Share via


JwtPayload.Jti Property

Definition

Gets the 'value' of the 'JWT ID' claim { jti, 'value' }.

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

Property Value

Remarks

If the 'JWT ID' claim is not found, null is returned.

Applies to