Type alias ExternalConnection

ExternalConnection: {
    token: string;
    uuid: string;
}

Type declaration

  • token: string

    The token to broker an external connection.

  • uuid: string

    Unique identifier for the connection.

Generated using TypeDoc