AboutSupportDeveloper GuideVersion 1.1.0

Interface ClientDeactivatedEvent

Emitted when a client has been deactivated

interface ClientDeactivatedEvent {
    clientId: string;
}

Properties

Properties

clientId: string

The unique identifier of the client that was deactivated