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. |
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python