Share via


JsonWebToken.Id Property

Definition

Gets the 'value' of the 'jti' claim from the payload.

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

Property Value

Remarks

Provides a unique identifier for the JWT. see: https://datatracker.ietf.org/doc/html/rfc7519#section-4.1.7

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

Applies to