function ContinueAuthenticate(const Response, Host, Protocol: string): string; virtual;
Description
Handles the response received from the SASL server during authentication and returns a response that will be sent to the server.
ContinueAuthenticate can be called in response to each server request until the server confirms successful authorization.
Parameters:
• | Response - the response received from the server during SASL authentication. |
• | Host - the hostname of the server where the authentication process runs. |
• | Protocol - the name of the application procotol that uses SASL, e.g. 'smtp'. |
See also