PushCredential
Represents a push credential for receiving push notifications. This model holds all necessary information to identify and interact with push notifications.
Constructors
Properties
The account name (username) associated with this credential. Should be unique per user.
Returns the authentication endpoint for this credential. This is used to authenticate the user via push notification with the PingAM servers.
Optional background color for the credential.
The timestamp when this credential was created.
The account name (username) associated with this credential, editable by the user.
The name of the issuer for this credential, editable by the user.
Optional name of the Policy locking the credential.
Returns the registration endpoint for this credential. This is used to register the device with the PingAM servers.
Server-side device identifier. Default to id if resourceId is not provided. In PingAM, resourceId is the same as the local id.
The endpoint where authentication responses should be sent.
The secret key used for cryptographic operations.
Returns the update endpoint for this credential. This is used to refresh or update the device token with the PingAM servers.