SharedKeyAuth Class
- Inheritance
-
requests.auth.AuthBaseSharedKeyAuth
Constructor
SharedKeyAuth(header, account_name, key)
Parameters
Name | Description |
---|---|
header
Required
|
|
account_name
Required
|
|
key
Required
|
|
Attributes
headers_to_sign
headers_to_sign = ['content-encoding', 'content-language', 'content-length', 'content-md5', 'content-type', 'date', 'if-modified-since', 'if-match', 'if-none-match', 'if-unmodified-since', 'range']
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python