Interface IWebIntegrationCreate

interface IWebIntegrationCreate {
    name: string;
    validOrigins?: string[];
}

Properties

Properties

name: string
validOrigins?: string[]

The origins that are allowed to make requests to the tenant.

Include protocol as well. For example: http://localhost and not only localhost