REST.Authenticator.OAuth.TOAuth1Authenticator.AccessTokenEndpoint

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property AccessTokenEndpoint: string read FAccessTokenEndpoint write SetAccessTokenEndpoint;

C++

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

Propriétés

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


Description

URL du fournisseur de services utilisée pour demander le token d'accès.

L'URL AccessTokenEndpoint est utilisée pour remplacer le token de requête par un token d'accès.

Exécutez une requête HTTP vers l'URL du token d'accès du fournisseur de services pour obtenir le token d'accès.

Voir aussi