Home > @i2analyze/i2connect > connectors > IRegisterStorageConfig
connectors.IRegisterStorageConfig interface
The configuration for registering a storage location for a connector.
Signature:
interface IRegisterStorageConfig
Introduced: API version 2.4
Properties
| Property | Type | Description |
|---|---|---|
| authHandler? | (fileId: string, userInformation: ICookieUserInformation) => Promise<void> | void | (Optional) Gets or sets an optional auth handler that will be called when a file is requested. |