OpenIdConnectOptions.UsePkce 屬性

定義

啟用或停用使用程式碼交換的證明金鑰 (PKCE) 標準。 這僅適用于 設定為 CodeResponseType 。 請參閱 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

屬性值

適用於