copy
fun copy(id: String = this.id, platform: TrustedDevice.Platform = this.platform, appIdentifier: String = this.appIdentifier, name: String? = this.name, algorithm: String = this.algorithm, status: TrustedDevice.Status = this.status, createdAt: Long = this.createdAt, updatedAt: Long = this.updatedAt, lastUsedAt: Long? = this.lastUsedAt, revokedAt: Long? = this.revokedAt): TrustedDevice