Flutter: revokeGrant

Revokes a grant the signed-in user previously issued to a third-party OAuth client.

Parameters

Examples

Revoke an OAuth grant

await supabase.auth.oauth.revokeGrant('client-id');