Internet Direct (Indy)
|
Determines the client response for the server challenge in a SASL authentication exchange.
function ContinueAuthenticate( const ALastResponse: string ): string; virtual;
Parameters |
Description |
ALastResponse |
Server challenge for the SASL authentication exchange. |
string - Client response for the SASL authentication exchange.
ContinueAuthenticate is a virtual String function that specifies the method used to return the client response in the SASL authentication exchange. ContinueAuthenticate is used to construct the authentication credentials for the client response.
ALastResponse is the Server challenge for the SASL authentication exchange.
ContinueAuthenticate is overridden in descendant classes to implement the specifics for the SASL authentication mechanism.
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. |