invalidate

open suspend override fun invalidate(userId: UserId, token: <Error class: unknown class>): Result<Unit>

Invalidates the given token for the given userId, i.e., removes the userId - token association.

Return

a Result indicating the success or failure of the operation.