TaskBridgeAuthException
class TaskBridgeAuthException(message: String = "Tokens expired or invalid, re-authorization required", cause: Throwable? = null) : RuntimeException
Exception thrown when the transport layer fails to authenticate the request, even after attempting to refresh the token.
This is a fatal error indicating that the client needs to re-authenticate the user or obtain new credentials before retrying.