다음을 통해 공유


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

속성 값

특성

적용 대상