REST.Client.TCustomAuthenticator.Authenticate

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure Authenticate(ARequest: TCustomRESTRequest);

C++

void __fastcall Authenticate(TCustomRESTRequest* ARequest);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
REST.Client.pas
REST.Client.hpp
REST.Client TCustomAuthenticator


説明

指定された要求のサーバーに対してクライアントの認証を行い、クライアントからその要求を実行できるようにします。

Authenticate に渡される要求は認証のために必要になるもので、その中にはパラメータが含まれています。

関連項目