REST.Authenticator.OAuth.TOAuth1Authenticator.AccessTokenEndpoint

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property AccessTokenEndpoint: string read FAccessTokenEndpoint write SetAccessTokenEndpoint;

C++

__property System::UnicodeString AccessTokenEndpoint = {read=FAccessTokenEndpoint, write=SetAccessTokenEndpoint};

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 Zugriffs-Token.

Mit dem AccessTokenEndpoint-URL wird das Anforderungs-Token gegen ein Zugriffs-Token ausgetauscht.

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

Siehe auch