Data.Cloud.CloudAPI.TCloudHTTP.OnAuthCallback

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnAuthCallback: TCredentialsStorage.TCredentialAuthCallback read FOnAuthCallback write FOnAuthCallback;

C++

__property System::Net::Urlclient::TCredentialsStorage::TCredentialAuthCallback OnAuthCallback = {read=FOnAuthCallback, write=FOnAuthCallback};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Data.Cloud.CloudAPI TCloudHTTP


Beschreibung

Authentifizierungs-Callback für Anmeldeinformationen.

Callback zur Abfrage von Benutzer-Anmeldeinformationen.

Siehe auch