i2 Connect SDK
Search results for

    Show/hide table of contents

    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

    In this article
    Back to top © N. Harris Computer Corporation