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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python