NotBeforeException

thrown when the token is not valid yet or in other words when the nbf claim time is before the current time

class NotBeforeException : VerifyException {}

Constructors

this
this(string s)
Undocumented in source.

Meta