REST.Authenticator.OAuth.TOAuth1Authenticator.RequestTokenEndpoint

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property RequestTokenEndpoint: string read FRequestTokenEndpoint write SetRequestTokenEndpoint;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
REST.Authenticator.OAuth.pas
REST.Authenticator.OAuth.hpp
REST.Authenticator.OAuth TOAuth1Authenticator

Beschreibung

URL des Dienst-Providers für die Anforderung des Anforderungs-Token.

Fordern Sie mit einer HTTP-Anforderung an den Anforderungs-Token-URL des Dienst-Providers das Anforderungs-Token an.

Siehe auch