Partager via


OidcProviderOptions.ResponseType Propriété

Définition

Obtient ou définit le type de réponse à utiliser sur le flux d’autorisation. Les valeurs valides sont spécifiées par les métadonnées du fournisseur d’identité.

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

Valeur de propriété

Attributs

S’applique à