REST.Authenticator.OAuth.TOAuth1Authenticator.AccessTokenEndpoint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AccessTokenEndpoint: string read FAccessTokenEndpoint write SetAccessTokenEndpoint;

C++

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

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 request the access token.

The AccessTokenEndpoint URL is used to exchange the request token for an access token.

Make an HTTP request to the service provider access token URL to obtain the access token.

See Also