Internet Direct (Indy) Version 9.0.2 Beta
TIdAuthentication
Ancestor for authentication classes in the Indy authentication framework.

TIdAuthentication = class(TPersistent)
Description
TIdAuthentication is a TPersistent descendant, and an ancestor class that specifies the properties and methods available in the Indy authentication framework. TIdAuthentication represents the common functionality needed to implement the authentication methods described in the Internet Standards documents:

Applications should create instances of descendant classes that implement the specifics described in the preceeding documents, such as TIdBasicAuthentication and TIdDigestAuthentication.