Internet Direct (Indy)
Home
PreviousUpNext
TIdAuthentication.Authentication Method

Represents the authentication method name to use.

Pascal
function Authentication: String; virtual; abstract;

String - Authentication method Name for the object instance.

Authentication is an abstract virtual String function that provides the identity, credentials, and other authentication parameteres for the authentication scheme. 

Authentication must be overridden in a descendant class to implement the specifics for the authenticatiopn scheme, like formatting, encoding, and/or encryption. 

Use AuthParams to access the common parameters for the authentication scheme.

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.