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
AuthenticationContext.with_client_certificate reads in a certificate from a path (cert_path). This is fine if you have a filesystem, but is hard to use if you don't.
It would be good to be able to give the private_key as a string as an alternative to it being read from a file.
The text was updated successfully, but these errors were encountered:
AuthenticationContext.with_client_certificate reads in a certificate from a path (
cert_path
). This is fine if you have a filesystem, but is hard to use if you don't.It would be good to be able to give the private_key as a string as an alternative to it being read from a file.
The text was updated successfully, but these errors were encountered: