你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
EventHubSharedKeyCredential Class
The shared access key credential used for authentication.
- Inheritance
-
builtins.objectEventHubSharedKeyCredential
Constructor
EventHubSharedKeyCredential(policy: str, key: str)
Parameters
Name | Description |
---|---|
policy
Required
|
The name of the shared access policy. |
key
Required
|
The shared access key. |
Methods
get_token |
get_token
async get_token(*scopes: str, **kwargs: Any) -> AccessToken