REST.Authenticator.OAuth.TOAuth1Authenticator.GenerateNonce

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

Delphi

class function GenerateNonce: string; virtual;

C++

__classmethod virtual System::UnicodeString __fastcall GenerateNonce();

プロパティ

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


説明

REST 要求の、生成されたナンスを返します。

GenerateNonce は、タイムスタンプとランダムな整数値を連結して、新しいランダムなナンス文字列値を作成します。

このナンス値は、同じタイムスタンプを持つすべての要求で一意になります。

関連項目