次の方法で共有


OidcProviderOptions.ResponseMode プロパティ

定義

承認フローで使用する応答モードを取得または設定します。

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

プロパティ値

属性

適用対象