EventHubSharedKeyCredential Class

The shared access key credential used for authentication.

Inheritance
builtins.object
EventHubSharedKeyCredential

Constructor

EventHubSharedKeyCredential(policy: str, key: str)

Parameters

Name Description
policy
Required
str

The name of the shared access policy.

key
Required
str

The shared access key.

Methods

get_token

get_token

async get_token(*scopes: str, **kwargs: Any) -> AccessToken