Close subscription from server

Is there a way to close a subscription from the server? onConnect or onSubscribe only run once. We’d like to re-authenticate users when our JWTs expire. A non-fatal close is what I’m really looking for so that any connected clients can simply resent the token and not affect their state. Any leads or documentation I could look at? Or is this not supported?