notBefore property

DateTime? notBefore

Identifies the time before which the JWT MUST NOT be accepted for processing.

Implementers MAY provide for some small leeway, usually no more than a few minutes, to account for clock skew.

Implementation

DateTime? get notBefore => getTyped('nbf');