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']
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python