SubscribeModEventsEventRateLimitExceeded

data class SubscribeModEventsEventRateLimitExceeded(val actorDid: Did, val createdAt: Timestamp, val endpoint: String, val rev: String)

Fired when a user exceeds a rate limit.

Parameters

actorDid

The DID of the user who hit the rate limit.

endpoint

The NSID of the endpoint that was rate limited.

Constructors

Link copied to clipboard
constructor(actorDid: Did, createdAt: Timestamp, endpoint: String, rev: String)

Properties

Link copied to clipboard

The DID of the user who hit the rate limit.

Link copied to clipboard
Link copied to clipboard

The NSID of the endpoint that was rate limited.

Link copied to clipboard
val rev: String