Home > @i2analyze/i2connect > spi > AuthConfig
spi.AuthConfig type
Information about how to authenticate the users of a connector.
Signature:
export type AuthConfig = {
form: AuthConfigForm;
id: string;
loginUrl: string;
};
References: AuthConfigForm