REST.Client.TCustomAuthenticator.Authenticate
Delphi
procedure Authenticate(ARequest: TCustomRESTRequest);
C++
void __fastcall Authenticate(TCustomRESTRequest* ARequest);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
procedure function |
public | REST.Client.pas REST.Client.hpp |
REST.Client | TCustomAuthenticator |
説明
指定された要求のサーバーに対してクライアントの認証を行い、クライアントからその要求を実行できるようにします。
Authenticate に渡される要求は認証のために必要になるもので、その中にはパラメータが含まれています。