OpenIdConnectOptions.UsePkce 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
啟用或停用使用程式碼交換的證明金鑰 (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