You are here

function hook_hybridauth_user_insert in HybridAuth Social Login 7.2

Invoked when a new user account is created through HybridAuth.

Parameters

object $account: User account object.

array $data: HybridAuth identity data.

File

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

Code

function hook_hybridauth_user_insert($account, $data) {
}