firebaseToken

@SerializedName(value = "PushNotificationToken")
val firebaseToken: String

When a user or device successfully signs in, Firebase creates a corresponding ID token that uniquely identifies them and grants them access. The ID token can be re-used to identify the user or device on a custom backend server.