REST.Authenticator.OAuth.TOAuth1Authenticator.AuthenticationEndpoint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AuthenticationEndpoint: string read FAuthenticationEndpoint write SetAuthenticationEndpoint;

C++

__property System::UnicodeString AuthenticationEndpoint = {read=FAuthenticationEndpoint, write=SetAuthenticationEndpoint};

Properties

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

Description

URL of the service provider used to authenticate and authorize a consumer.

The AuthenticationEndpoint URL is used to obtain user's authorization for the consumer to access protected resources in the service Provider. A consumer can not use the request token until authorized by the user.

Note: A Consumer may be an application that uses OAuth1.0a authentication to access a Service Provider on behalf of the User.

See Also