JWTRegisteredClaims.notBefore()
Return the nbf parameter value as a standard Date object. Throws an Error if the parameter doesn't exist or the value isn't a positive integer.
Definition
function notBefore(): Date;
Return the nbf parameter value as a standard Date object. Throws an Error if the parameter doesn't exist or the value isn't a positive integer.
function notBefore(): Date;