@digitalpersona/core
Version:
DigitalPersona Web Access Core library
14 lines (8 loc) • 411 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@digitalpersona/core](./core.md) > [ClaimSet](./core.claimset.md) > [nbf](./core.claimset.nbf.md)
## ClaimSet.nbf property
"Not Before" claim. Number of seconds since Unix Epoch to the time when the JWT becomes effective.
<b>Signature:</b>
```typescript
readonly nbf?: number;
```