OAuthOptions.UsePkce 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
啟用或停用使用程式碼交換證明金鑰 (PKCE) 標準。 請參閱 https://tools.ietf.org/html/rfc7636。
預設值為 false
,但如果其提供者支援,則衍生處理常式應該啟用這個。
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