yii\authclient\widgets\AuthChoice::defaultClients PHP Method

defaultClients() protected method

Returns default auth clients list.
protected defaultClients ( ) : yii\authclient\ClientInterface[]
return yii\authclient\ClientInterface[] auth clients list.
    protected function defaultClients()
    {
        /* @var $collection \yii\authclient\Collection */
        $collection = Yii::$app->get($this->clientCollection);
        return $collection->getClients();
    }