REST.Authenticator.OAuth.TOAuth1Authenticator.Nonce

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

Delphi

property Nonce: string read FNonce;

C++

__property System::UnicodeString Nonce = {read=FNonce};

プロパティ

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


説明

タイムスタンプを使用して HTTP 要求ごとに一意に生成されたランダム文字列です。

GenerateNonce は、長さが 32 文字のナンスを生成します。

サービス プロバイダは、ナンス値を使用して、HTTP 要求がこれまでに実行されていないことを確認します。

認証クラスナンスを自動的に保守します。

関連項目