JwtTokenBuilder.NotBefore method

Sets the ‘not before’ (nbf) claim for the JWT token.

public JwtTokenBuilder NotBefore(DateTime utc)
parameter description
utc The UTC date and time before which the token is not valid.

Return Value

The current JwtTokenBuilder instance.

See Also