Type Alias ConnectorAuthSpec

ConnectorAuthSpec: {
    title?: string;
    description?: string;
    type: ConnectorAuthType;
    ui?: {
        schema?: DataSchema;
        helpUri?: string;
    };
}