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

属性值

属性

适用于