JwtPayload.Nonce Property

Definition

Gets the 'value' of the 'nonce' claim { nonce, 'value' }.

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

Property Value

Remarks

If the 'nonce' claim is not found, null is returned.

Applies to