OidcProviderOptions.ResponseType Propiedad

Definición

Obtiene o establece el tipo de respuesta que se va a usar en el flujo de autorización. Los metadatos del proveedor de identidades especifican los valores válidos.

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")>]
member this.ResponseType : string with get, set
Public Property ResponseType As String

Valor de propiedad

String
Atributos

Se aplica a