Verify and get code verifier for PKCE
static String? getCodeVerifier(String state) { return _codeVerifierStore[state]; }