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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python