OpenIdConnectOptions.UsePkce プロパティ

定義

Proof Key for Code Exchange (PKCE) 標準の使用を有効または無効にします。 これは、 が にCode設定されている場合ResponseTypeにのみ適用されます。 「https://tools.ietf.org/html/rfc7636」を参照してください。 既定値は 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

プロパティ値

適用対象