You are here

protected property SocialAuthUser::$name in Social Auth 3.x

Same name and namespace in other branches
  1. 8.2 src/User/SocialAuthUser.php \Drupal\social_auth\User\SocialAuthUser::name

Used to create the username in Drupal: first + last most of the time.

Type: string

File

src/User/SocialAuthUser.php, line 29

Class

SocialAuthUser
User data used for authentication with Drupal.

Namespace

Drupal\social_auth\User

Code

protected $name;