Block client id

How do i can block oidc client and revoke its current client tokens without deleting oidc client? And later how do i can unblock oidc client?

Blocked client doesn’t have to pass client authentication and can’t get tokens.

There is no such mechanism. If you distrust the client, you need to remove it

Okay, thanks