OAuthOptions.UsePkce 属性

定义

启用或禁用将证明密钥用于代码交换 (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

属性值

适用于