GoogleFirebaseFcmRegistrationV1Web class

Registration data for the JS SDK, which wraps the Push API.

Constructors

GoogleFirebaseFcmRegistrationV1Web({String? applicationPubKey, String? auth, String? endpoint, String? p256dh})
GoogleFirebaseFcmRegistrationV1Web.fromJson(Map _json)

Properties

applicationPubKey String?
Vapid Public key to be used for authentication when sending to external web clients.
getter/setter pair
auth String?
An authentication secret, as described in Message Encryption for Web Push.
getter/setter pair
endpoint String?
The endpoint takes the form of a custom URL pointing to a push server, which can be used to send a push message.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
p256dh String?
An Elliptic curve Diffie–Hellman public key on the P-256 curve (that is, the NIST secp256r1 elliptic curve).
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited