You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ClientOptions class accepts an api_key argument, and the auth library also accepts an api_key argument. The Client class should pass ClientOptions.api_key to the auth library and plumb it all the way through, if it is specified.
The text was updated successfully, but these errors were encountered:
The
ClientOptions
class accepts anapi_key
argument, and the auth library also accepts anapi_key
argument. TheClient
class should passClientOptions.api_key
to the auth library and plumb it all the way through, if it is specified.The text was updated successfully, but these errors were encountered: