Condividi tramite


JsonWebToken.Id Property

Definition

Overloads

Id

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

Id

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