codeVerifier property

String? codeVerifier
getter/setter pair

The same code_verifier that was used to obtain the authorization_code. Required if PKCE was used in the authorization code grant request. For more information, see the PKCE RFC.

Implementation

String? codeVerifier;