Embedded analytics SDK API

    Type Alias MetabaseAuthConfigWithJwt

    MetabaseAuthConfigWithJwt: { metabaseInstanceUrl: string } & {
        apiKey?: never;
        fetchRequestToken?: MetabaseFetchRequestTokenFn;
        preferredAuthMethod?: "jwt";
    }

    Type declaration

    • metabaseInstanceUrl: string
    • OptionalapiKey?: never
    • OptionalfetchRequestToken?: MetabaseFetchRequestTokenFn

      Specifies a function to fetch the refresh token. The refresh token should be in the format of UserBackendJwtResponse

    • OptionalpreferredAuthMethod?: "jwt"

      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.

    MMNEPVFCICPMFPCPTTAAATR