次の方法で共有


OAuthPromptSettings.Timeout プロパティ

定義

プロンプトがユーザーの認証を待機するミリ秒数を取得または設定します。 既定値は 900,000 (15 分) です。

public int? Timeout { get; set; }
member this.Timeout : Nullable<int> with get, set
Public Property Timeout As Nullable(Of Integer)

プロパティ値

プロンプトがユーザーの認証を待機するミリ秒数。

適用対象