We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9056d73 commit a12726aCopy full SHA for a12726a
databricks/sdk/oauth.py
@@ -575,7 +575,7 @@ def load(self) -> Optional[SessionCredentials]:
575
with open(self.filename, 'r') as f:
576
raw = json.load(f)
577
return SessionCredentials.from_dict(raw,
578
- oidc_endpoints=self._oidc_endpoints,
+ token_endpoint=self._oidc_endpoints.token_endpoint,
579
client_id=self._client_id,
580
client_secret=self._client_secret,
581
redirect_url=self._redirect_url)
0 commit comments