Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 946 Bytes

PushCredential.md

File metadata and controls

21 lines (13 loc) · 946 Bytes

PushCredential

Properties

Name Type Description Notes
id String Unique identifier of a push credential
certificate String Apple certificate for sending push notifications. For iOS only
privateKey String Apple private key for a given certificate for sending push notifications. For iOS only
serverKey String Google server key for sending push notifications. For Android only
alias String Alias to uniquely identify a credential
type String Type of mobile push credential. Either <code>ios</code> or <code>android</code>
recordType String [readonly]
createdAt String ISO 8601 timestamp when the room was created
updatedAt String ISO 8601 timestamp when the room was updated.