AdmCredential Class
Description of a NotificationHub AdmCredential.
- Inheritance
-
msrest.serialization.ModelAdmCredential
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
|
The client identifier. |
client_secret
|
The credential secret access key. |
auth_token_url
|
The URL of the authorization token. |
Variables
Name | Description |
---|---|
client_id
|
The client identifier. |
client_secret
|
The credential secret access key. |
auth_token_url
|
The URL of the authorization token. |
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