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
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