Adldap\Laravel\Traits\UsesAdldap::getSelectAttributes PHP Method

getSelectAttributes() protected method

Returns the configured select attributes when performing queries for authentication and binding for users.
protected getSelectAttributes ( ) : array
return array
    protected function getSelectAttributes()
    {
        return config('adldap_auth.select_attributes', []);
    }