Locker\Request::getNullAuth PHP 메소드

getNullAuth() 개인적인 메소드

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