Revokes a grant the signed-in user previously issued to a third-party OAuth client.
The identifier of the OAuth client whose grant should be revoked.
await supabase.auth.oauth.revokeGrant('client-id');