You are here

protected property SocialAuthUser::$picture in Social Auth 8.2

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

Profile picture file.

Type: string|int|null

File

src/User/SocialAuthUser.php, line 64

Class

SocialAuthUser
User data used for authentication with Drupal.

Namespace

Drupal\social_auth\User

Code

protected $picture = NULL;