REST.Authenticator.OAuth.TOAuth1Authenticator.RequestTokenEndpoint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RequestTokenEndpoint: string read FRequestTokenEndpoint write SetRequestTokenEndpoint;

C++

__property System::UnicodeString RequestTokenEndpoint = {read=FRequestTokenEndpoint, write=SetRequestTokenEndpoint};

Properties

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

Description

URL of the service provider used to request the request token.

Make an HTTP request to the service provider request token URL to obtain the request token.

See Also