REST.Authenticator.OAuth.TOAuth1Authenticator.CallbackEndpoint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CallbackEndpoint: string read FCallbackEndpoint write SetCallbackEndpoint;

C++

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

Properties

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

Description

Complete URL to the endpoint to which the service provider will redirect the user after obtaining authentication.

To obtain authentication, the consumer directs the user to the service provider. Once the service provider authenticates the user, the service provider directs the user back to the consumer's CallbackEndpoint specified.

See Also