REST.Authenticator.OAuth.TOAuth1Authenticator.CallbackEndpoint

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property CallbackEndpoint: string read FCallbackEndpoint write SetCallbackEndpoint;

C++

__property System::UnicodeString CallbackEndpoint = {read=FCallbackEndpoint, write=SetCallbackEndpoint};

Propriétés

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


Description

URL complète du point de terminaison vers lequel le fournisseur de services redirigera l'utilisateur après l'obtention de son authentification.

Pour obtenir l'authentification, le consommateur dirige l'utilisateur vers le fournisseur de services. Une fois que le fournisseur de services a authentifié l'utilisateur, il le redirige vers le CallbackEndpoint du consommateur qui a été spécifié.

Voir aussi