REST.Authenticator.OAuth.TOAuth1Authenticator.RequestToken

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RequestToken: string read FRequestToken write SetRequestToken;

C++

__property System::UnicodeString RequestToken = {read=FRequestToken, write=SetRequestToken};

Properties

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

Description

Value used to retrieve the access token from the service provider.

The service provider provides a temporary request token to the user in order to obtain an access token.

After retrieving a valid access token, the request token is invalid. You can use this token only once.

See Also