Share via


InteractiveRequestOptions 類別

定義

表示識別提供者登入或布建權杖的要求。

[System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.AspNetCore.Components.WebAssembly.Authentication.InteractiveRequestOptions+Converter))]
public sealed class InteractiveRequestOptions
[<System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.AspNetCore.Components.WebAssembly.Authentication.InteractiveRequestOptions+Converter))>]
type InteractiveRequestOptions = class
Public NotInheritable Class InteractiveRequestOptions
繼承
InteractiveRequestOptions
屬性

建構函式

InteractiveRequestOptions()
已淘汰.

表示識別提供者登入或布建權杖的要求。

屬性

Interaction

取得要求類型。

ReturnUrl

取得此要求在成功完成時必須返回的重新導向 URL。

Scopes

取得此要求在作業中必須使用的範圍。

方法

TryAddAdditionalParameter<TValue>(String, TValue)

嘗試新增其他參數以傳入基礎提供者。

TryGetAdditionalParameter<TValue>(String, TValue)

嘗試擷取現有的其他參數。

TryRemoveAdditionalParameter(String)

嘗試移除現有的其他參數。

適用於