GcmCredential Class
Description of a NotificationHub GcmCredential.
- Inheritance
-
msrest.serialization.ModelGcmCredential
Constructor
GcmCredential(*, gcm_endpoint: str | None = None, google_api_key: str | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
gcm_endpoint
|
The FCM legacy endpoint. Default value is 'https://fcm.googleapis.com/fcm/send'. |
google_api_key
|
The Google API key. |
Variables
Name | Description |
---|---|
gcm_endpoint
|
The FCM legacy endpoint. Default value is 'https://fcm.googleapis.com/fcm/send'. |
google_api_key
|
The Google API key. |
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