Share via


AdmCredential Class

Description of a NotificationHub AdmCredential.

Constructor

AdmCredential(*, client_id: str | None = None, client_secret: str | None = None, auth_token_url: str | None = None, **kwargs)

Keyword-Only Parameters

Name Description
client_id
str

The client identifier.

Default value: None
client_secret
str

The credential secret access key.

Default value: None
auth_token_url
str

The URL of the authorization token.

Default value: None

Variables

Name Description
client_id
str

The client identifier.

client_secret
str

The credential secret access key.

auth_token_url
str

The URL of the authorization token.