REST.Authenticator.OAuth.TOAuth1Authenticator.ConsumerSecret

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

Delphi

property ConsumerSecret: string read FConsumerSecret write SetConsumerSecret;

C++

__property System::UnicodeString ConsumerSecret = {read=FConsumerSecret, write=SetConsumerSecret};

プロパティ

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


説明

ConsumerKey の所有権を確立するための値です。ConsumerSecret はサービス プロバイダによって提供されます。

ConsumerSecret(コンシューマ シークレット。クライアント シークレットアプリケーション シークレットと呼ばれることもあります)は、アプリケーション(コンシューマ)が ConsumerKey の所有権を確立するために使用する値です。

メモ: ConsumerSecret の値を共有しないでください。

関連項目