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 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