InvalidTokenException
class InvalidTokenException @JvmOverloads constructor(message: String? = null) : RuntimeException(source)
Thrown to indicate that the provided token was invalid.
Thrown to indicate that the provided token was invalid.