Locker\Request::getNullAuth PHP Method

getNullAuth() private method

Gets the null authentication details.
private getNullAuth ( ) : AssocArray
return AssocArray Basic auth details.
    private function getNullAuth()
    {
        return [self::authUser => null, self::authPass => null];
    }