LdapTools\Event\LdapAuthenticationEvent::getResponse PHP Method

getResponse() public method

Get the response LDAP returned from the authentication request.
public getResponse ( ) : AuthenticationResponse | null
return LdapTools\Operation\AuthenticationResponse | null
    public function getResponse()
    {
        return $this->response;
    }