Bagikan melalui


JwtPayload.Expiration Property

Definition

Gets the 'value' of the 'expiration' claim { exp, 'value' }.

public long? Expiration { get; }
member this.Expiration : Nullable<int64>
Public ReadOnly Property Expiration As Nullable(Of Long)

Property Value

Remarks

If the 'expiration' claim is not found OR could not be converted to Int64, null is returned.

Applies to