Embedded analytics SDK API
    Preparing search index...

    Type Alias MetabaseAuthConfigWithApiKey

    MetabaseAuthConfigWithApiKey: {
        fetchRequestToken?: MetabaseFetchRequestTokenFn;
        metabaseInstanceUrl: string;
    } & { apiKey: string; authProviderUri?: never }

    Type declaration

    • OptionalfetchRequestToken?: MetabaseFetchRequestTokenFn

      Specifies a function to fetch the refresh token. The refresh token should be in the format of { id: string, exp: number }

    • metabaseInstanceUrl: string
    • apiKey: string
    • OptionalauthProviderUri?: never