codeChallenge property

String? codeChallenge
getter/setter pair

Used to secure authorization code grants via Proof Key for Code Exchange (PKCE). Required if codeChallengeMethod is included. For more information, see the PKCE RFC. This is now recommended for all application types - native apps, SPAs, and confidential clients like web apps.

Implementation

String? codeChallenge;