OpenIdConnectOptions.UsePkce 属性

定义

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

属性值

适用于