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 5be7faf commit 1ebc175Copy full SHA for 1ebc175
oauth2cli/oauth2.py
@@ -141,8 +141,7 @@ def __init__(
141
"""
142
if not server_configuration:
143
raise ValueError("Missing input parameter server_configuration")
144
- if not client_id:
145
- raise ValueError("Missing input parameter client_id")
+ # Generally we should have client_id, but we tolerate its absence
146
self.configuration = server_configuration
147
self.client_id = client_id
148
self.client_secret = client_secret
0 commit comments