Overtrue\Socialite\AttributeTrait::setAttribute PHP Method

setAttribute() public method

Set extra attributes.
public setAttribute ( string $name, mixed $value )
$name string
$value mixed
    public function setAttribute($name, $value)
    {
        $this->attributes[$name] = $value;
        return $this;
    }