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)

속성 값

사용자가 인증할 때까지 프롬프트가 대기하는 시간(밀리초)입니다.

적용 대상