We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3684460 commit 4591ea1Copy full SHA for 4591ea1
src/snowflake/connector/auth/oauth_code.py
@@ -79,6 +79,8 @@ def __init__(
79
self._oauth_token = None
80
self._protocol = "http"
81
self.pkce = pkce
82
+ if pkce:
83
+ logger.debug("oauth pkce is going to be used")
84
self._verifier: str | None = None
85
86
def reset_secrets(self) -> None:
0 commit comments