Share via


OpenIdConnectOptions.UsePkce Eigenschaft

Definition

Aktiviert oder deaktiviert die Verwendung des PKCE-Standards (Proof Key for Code Exchange). Dies gilt nur, wenn auf ResponseType festgelegt Codeist. Siehe https://tools.ietf.org/html/rfc7636. Der Standardwert ist 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

Eigenschaftswert

Gilt für: