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
Hi folks,
To authenticate the client with OAuth2, we need to specify a JSON key.
The OAuth documentation mentions a base64 pattern format for privateKey: data:application/json;base64,<base64-encoded value>
However, the Python client does not support this.
Would it be possible for the Python client to support this?
Thanks,