共用方式為


OidcProviderOptions.ResponseType 屬性

定義

取得或設定在授權流程上使用的回應類型。 有效的值是由識別提供者中繼資料所指定。

public:
 property System::String ^ ResponseType { System::String ^ get(); void set(System::String ^ value); };
[System.Text.Json.Serialization.JsonPropertyName("response_type")]
public string ResponseType { get; set; }
[System.Text.Json.Serialization.JsonPropertyName("response_type")]
public string? ResponseType { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("response_type")>]
member this.ResponseType : string with get, set
Public Property ResponseType As String

屬性值

屬性

適用於