AdmCredential Class

Description of a NotificationHub AdmCredential.

Inheritance
msrest.serialization.Model
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.

client_secret
str

The credential secret access key.

auth_token_url
str

The URL of the authorization token.

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.