REST.Authenticator.OAuth.TOAuth1Authenticator.Version

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Version: string read FVersion;

C++

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

Propriétés

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


Description

Version de protocole prise en charge.

Version renvoie la version de protocole d'authentification OAuth prise en charge par l'authentificateur.

Version vaut 1.0(a).

Voir aussi