API:REST.Authenticator.Basic.THTTPBasicAuthenticator
Delphi
THTTPBasicAuthenticator = class(TCustomAuthenticator)
C++
class PASCALIMPLEMENTATION THTTPBasicAuthenticator : public Rest::Client::TCustomAuthenticator
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
class | public | REST.Authenticator.Basic.pas REST.Authenticator.Basic.hpp |
REST.Authenticator.Basic | REST.Authenticator.Basic |
説明
リクエストを実行する際に、サーバーに対する認証に REST クライアントが使用する、オブジェクト群の基底クラスです。
REST.Authenticator.Basic.THTTPBasicAuthenticator は REST.Client.TCustomAuthenticator を継承しています。以下の内容はすべて REST.Client.TCustomAuthenticator を参照しています。
リクエストを実行する際に、サーバーに対する認証に REST クライアントが使用する、オブジェクト群の基底クラスです。