Skip to content

Commit 4591ea1

Browse files
adding pkce log
1 parent 3684460 commit 4591ea1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/snowflake/connector/auth/oauth_code.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ def __init__(
7979
self._oauth_token = None
8080
self._protocol = "http"
8181
self.pkce = pkce
82+
if pkce:
83+
logger.debug("oauth pkce is going to be used")
8284
self._verifier: str | None = None
8385

8486
def reset_secrets(self) -> None:

0 commit comments

Comments
 (0)