Internet Direct (Indy)
Home
PreviousUpNext
TIdSASLLogin.ContinueAuthenticate Method

Provides the authentication credentials for the client response.

Pascal
function ContinueAuthenticate(
    const ALastResponse: String
): String; override;
Parameters 
Description 
ALastResponse 
Server challenge for the SASL exchange. 

String - Client response for the SASL exchange.

ContinueAuthenticate is an overridden String class function used to provide the authentication identity for the SASL-like protocol exchange. 

ContinueAuthenticate uses the Password value in the ancestor class to build the client response provided as the authentication credentials. 

Use StartAuthenticate to build the authentication identity for the exchange.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.