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

StartAuthenticate

TryStartAuthenticate

 

SecureBridge Components, Copyright © 2007-2024 Devart. All Rights Reserved. Provide Feedback Visit Forum Request Support