ExpiresBeforeValidException

thrown when the tokens will expire before it becomes valid usually when the nbf claim is greater than the exp claim

class ExpiresBeforeValidException : Exception {}

Constructors

this
this(string s)
Undocumented in source.

Meta