AboutSupportDeveloper GuideVersion 1.3.1

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