SubscribeReposIdentity

data class SubscribeReposIdentity(val seq: Long, val did: Did, val time: Timestamp)

Represents a change to an account's identity. Could be an updated handle, signing key, or pds hosting endpoint. Serves as a prod to all downstream services to refresh their identity cache.

Constructors

Link copied to clipboard
constructor(seq: Long, did: Did, time: Timestamp)

Properties

Link copied to clipboard
val did: Did
Link copied to clipboard
val seq: Long
Link copied to clipboard