TwitterHandler.HandleChallengeAsync(AuthenticationProperties) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果有問題的驗證配置在要求流程中處理驗證互動,請覆寫這個方法來處理 401 項挑戰問題。 (例如新增回應標頭,或變更 401 結果為登入頁面 302 或外部登入位置)。
protected:
override System::Threading::Tasks::Task ^ HandleChallengeAsync(Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ properties);
protected override System.Threading.Tasks.Task HandleChallengeAsync (Microsoft.AspNetCore.Authentication.AuthenticationProperties properties);
override this.HandleChallengeAsync : Microsoft.AspNetCore.Authentication.AuthenticationProperties -> System.Threading.Tasks.Task
Protected Overrides Function HandleChallengeAsync (properties As AuthenticationProperties) As Task
參數
- properties
- AuthenticationProperties
傳回
工作。