Adldap\Laravel\Traits\UsesAdldap::getSelectAttributes PHP 메소드

getSelectAttributes() 보호된 메소드

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