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
get_token(*scopes: str, **kwargs: Any) -> AccessToken
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python