REST.Authenticator.OAuth.TOAuth1Authenticator.ConsumerSecret

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ConsumerSecret: string read FConsumerSecret write SetConsumerSecret;

C++

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

Properties

Type Visibility Source Unit Parent
property published
REST.Authenticator.OAuth.pas
REST.Authenticator.OAuth.hpp
REST.Authenticator.OAuth TOAuth1Authenticator

Description

Value to establish the ownership of the ConsumerKey. ConsumerSecret is provided by the service provider.

ConsumerSecret (also known as client-secret or app-secret) is the value used by the application (Consumer) to establish ownership of the ConsumerKey.

Note: Do not share ConsumerSecret value.

See Also