Indy 9
|
TIdDICTAuthEvent = procedure ( Thread: TIdPeerThread; Username, authstring : String ) of object;
Username contains the user name to be authenticated.
For the DICT AUTH command, AuthString will contain an APOP-style MD5 Checksum as described in RFC 1939.
For the DICT SASLAUTH command, AuthString will contain the BASE64-encoded initial SASL response as described in RFC 2045. All responses to the SASLAUTH server challenge should use the SASLRESP command and a BASE64-encoded parameter.
Authentication is an optional server capability. The AUTH and SASLAUTH commands may be implemented by a DICT server.