REST.Authenticator.OAuth.TOAuth1Authenticator.Version

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Version: string read FVersion;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
REST.Authenticator.OAuth.pas
REST.Authenticator.OAuth.hpp
REST.Authenticator.OAuth TOAuth1Authenticator

Beschreibung

Die unterstützte Protokollversion.

Version gibt die Protokollversion von OAuth zurück, die von Authenticator unterstützt wird.

Version ist 1.0(a).

Siehe auch