JwtSecurityToken.Id Property

Definition

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

public override string Id { get; }
member this.Id : string
Public Overrides ReadOnly Property Id As String

Property Value

Remarks

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

Applies to