enablePkce property

bool? enablePkce
getter/setter pair

Enables Proof Key for Code Exchange (PKCE) for the OAuth flow to prevent authorization code interception attacks.

Optional.

Implementation

core.bool? enablePkce;