Interface ResponseLocalConnection

Validates the provided API key or token.

The API key or token to validate.

  • True if the API key or token is valid, false otherwise.
interface ResponseLocalConnection {
    socket?: Socket<DefaultEventsMap, DefaultEventsMap>;
    data?: ResponseLocalConnectionData;
}

Properties

Properties

socket?: Socket<DefaultEventsMap, DefaultEventsMap>