OAuthOptions.UsePkce Proprietà

Definizione

Abilita o disabilita l'uso dello standard Proof Key for Code Exchange (PKCE). Vedere https://tools.ietf.org/html/rfc7636. Il valore predefinito è false ma i gestori derivati devono abilitarlo se il provider lo supporta.

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

Valore della proprietà

Si applica a