次の方法で共有


OidcProviderOptions.ResponseType プロパティ

定義

承認フローで使用する応答の種類を取得または設定します。 有効な値は、ID プロバイダーのメタデータによって指定されます。

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

プロパティ値

属性

適用対象