REST.Authenticator.OAuth.TOAuth1Authenticator.CallbackEndpoint
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
- REST.Authenticator.OAuth.TOAuth1Authenticator.AuthenticationEndpoint
- REST.Authenticator.OAuth.TOAuth1Authenticator.AccessToken
- REST.Authenticator.OAuth.TOAuth1Authenticator.RequestToken
- REST.Authenticator.OAuth.TOAuth1Authenticator.AccessTokenSecret
- REST.Authenticator.OAuth.TOAuth1Authenticator.AccessTokenEndpoint
- http://oauth.net/core/1.0a/