REST.Authenticator.OAuth.TOAuth1Authenticator.AccessTokenSecret

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AccessTokenSecret: string read FAccessTokenSecret write SetAccessTokenSecret;

C++

__property System::UnicodeString AccessTokenSecret = {read=FAccessTokenSecret, write=SetAccessTokenSecret};

Properties

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

Description

Value used to sign a request to the service provider in addition to the access token.

The access token and access token secret are stored and used when signing requests to the service providers.

The service provider returns the access token secret and the request token after the user obtains authorization.

See Also