Share via


GcmCredential Class

Description of a NotificationHub 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'.

Default value: None
google_api_key
str

The Google API key.

Default value: None

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.