Condividi tramite


OpenIdConnectOptions.UsePkce Proprietà

Definizione

Abilita o disabilita l'uso dello standard Proof Key for Code Exchange (PKCE). Questo vale solo quando l'oggetto ResponseType è impostato su Code. Vedere https://tools.ietf.org/html/rfc7636. Il valore predefinito è true.

public:
 property bool UsePkce { bool get(); void set(bool value); };
public bool UsePkce { get; set; }
member this.UsePkce : bool with get, set
Public Property UsePkce As Boolean

Valore della proprietà

Si applica a