Overtrue\Socialite\Providers\DoubanProvider::mapUserToObject PHP Method

mapUserToObject() protected method

{@inheritdoc}.
protected mapUserToObject ( array $user )
$user array
    protected function mapUserToObject(array $user)
    {
        return new User(['id' => $this->arrayItem($user, 'id'), 'nickname' => $this->arrayItem($user, 'name'), 'name' => $this->arrayItem($user, 'name'), 'avatar' => $this->arrayItem($user, 'large_avatar'), 'email' => null]);
    }