SocialiteProviders\Manager\OAuth1\AbstractProvider::scopes PHP Method

scopes() public method

Set the scopes of the requested access.
public scopes ( array $scopes )
$scopes array
    public function scopes(array $scopes)
    {
        $this->server = $this->server->scopes($scopes);
        return $this;
    }