You are here

function hook_hybridauth_identity_deleted in HybridAuth Social Login 7.2

Invoked when deleted HybridAuth identity from user account.

Parameters

object $account: User account object.

array $data: HybridAuth identity data.

File

./hybridauth.api.php, line 94
Description of HybridAuth API functions and hooks.

Code

function hook_hybridauth_identity_deleted($account, $data) {
}