REST.Authenticator.OAuth.TOAuth1Authenticator.Version

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Version: string read FVersion;

C++

__property System::UnicodeString Version = {read=FVersion};

Properties

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

Description

Protocol version supported.

Version returns the protocol version of OAuth that the authenticator supports.

Version is 1.0(a).

See Also