REST.Authenticator.OAuth.TOAuth1Authenticator.ConsumerKey

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

Delphi

property ConsumerKey: string read FConsumerKey write SetConsumerKey;

C++

__property System::UnicodeString ConsumerKey = {read=FConsumerKey, write=SetConsumerKey};

プロパティ

種類 可視性 ソース ユニット
property published
REST.Authenticator.OAuth.pas
REST.Authenticator.OAuth.hpp
REST.Authenticator.OAuth TOAuth1Authenticator


説明

登録後にサービス プロバイダ内でアプリケーションを特定するための値です。ConsumerKey はサービス プロバイダによって提供されます。

ConsumerKey(コンシューマ キー。クライアント IDアプリケーション ID と呼ばれることもあります)は、アプリケーション(コンシューマ)がサービス プロバイダ内で自身を特定するために使用する値です。

関連項目