invalidate

abstract suspend fun invalidate(id: String)

Invalidates a session with the id identifier. This method prevents a session id from being accessible after this call.

Throws

when a session id is not found.