IPWorks Auth 2020 Delphi Edition

Questions / Feedback?

ClaimNotBefore Property

The claim identifying the time before which the JWT is invalid.

Syntax

property ClaimNotBefore: String read get_ClaimNotBefore write set_ClaimNotBefore;

Default Value

''

Remarks

This property identifies the time before which the JWT is invalid. This value corresponds to the nbf JSON property.

This value is represented as a numeric value containing the number of seconds since the epoch (January 1st 1970). For instance 1498599163.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Auth 2020 Delphi Edition - Version 20.0 [Build 8155]