JwtParameters.NotBefore property

Gets the “nbf” (Not Before) claim from the JWT, indicating the time before which the token is not valid.

public DateTime? NotBefore { get; set; }

See Also