REST.Authenticator.OAuth.TOAuth1Authenticator.Version

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Version: string read FVersion;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
REST.Authenticator.OAuth.pas
REST.Authenticator.OAuth.hpp
REST.Authenticator.OAuth TOAuth1Authenticator


説明

サポートされているプロトコル バージョン。

Version は、認証クラスがサポートしている OAuth のプロトコル バージョンを返します。

Version1.0(a) です。

関連項目