Doctrine\MongoDB\LoggableDatabase::authenticate PHP Method

authenticate() public method

See also: Database::authenticate()
public authenticate ( $username, $password )
    public function authenticate($username, $password)
    {
        $this->log(['authenticate' => true, 'username' => $username, 'password' => $password]);
        return parent::authenticate($username, $password);
    }