We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffce322 commit 8df4d41Copy full SHA for 8df4d41
cognite/client/credentials.py
@@ -373,7 +373,6 @@ def scope_string(self) -> str:
373
return " ".join(self.__scopes)
374
375
def _get_device_authorization_endpoint(self) -> str:
376
- """Get device authorization endpoint."""
377
# First try MSAL authority object
378
if self.__app.authority and (
379
device_auth_endpoint := getattr(self.__app.authority, "device_authorization_endpoint", None)
0 commit comments