REST.Authenticator.OAuth.TOAuth1Authenticator.VerifierPIN

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property VerifierPIN: string read FVerifierPIN write SetVerifierPIN;

C++

__property System::UnicodeString VerifierPIN = {read=FVerifierPIN, write=SetVerifierPIN};

Properties

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

Description

Value used to verify the received request token.

VerifierPIN (also known as pin, authorization code, or verification code) is provided by the service provider, in order to authorize the request token.

After the request token is exchanged by the access token, the verifier is invalid.

See Also