LdapTools\Event\LdapAuthenticationEvent::getResponse PHP Méthode

getResponse() public méthode

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