REST.Authenticator.OAuth.TOAuth1Authenticator.ConsumerKey

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ConsumerKey: string read FConsumerKey write SetConsumerKey;

C++

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

Properties

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

Description

Value that identifies an application in the service provider after registering. ConsumerKey is provided by the service provider.

ConsumerKey (also known as client-id or app-id) is the value used by the application (Consumer) to identify itself in the service provider.

See Also