Embedded analytics SDK API
    Preparing search index...

    Type Alias MetabaseAuthConfigWithSaml

    MetabaseAuthConfigWithSaml: { metabaseInstanceUrl: string } & {
        apiKey?: never;
        fetchRequestToken?: never;
        preferredAuthMethod?: "saml";
    }

    Type declaration

    • metabaseInstanceUrl: string
    • OptionalapiKey?: never
    • OptionalfetchRequestToken?: never
    • OptionalpreferredAuthMethod?: "saml"

      Which authentication method to use. If both SAML and JWT are enabled at the same time, it defaults to SAML unless the preferredAuthMethod is specified.