Locker\Request::getNullAuth PHP Méthode

getNullAuth() private méthode

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