GcmCredential Class

Description of a NotificationHub GcmCredential.

Inheritance
msrest.serialization.Model
GcmCredential

Constructor

GcmCredential(*, gcm_endpoint: str | None = None, google_api_key: str | None = None, **kwargs)

Keyword-Only Parameters

Name Description
gcm_endpoint
str

The FCM legacy endpoint. Default value is 'https://fcm.googleapis.com/fcm/send'.

google_api_key
str

The Google API key.

Variables

Name Description
gcm_endpoint
str

The FCM legacy endpoint. Default value is 'https://fcm.googleapis.com/fcm/send'.

google_api_key
str

The Google API key.