Type Alias MetabaseIsGuestAuthConfig
MetabaseIsGuestAuthConfig: { metabaseInstanceUrl: string } & {
apiKey?: never;
fetchRequestToken?: never;
isGuest: true;
preferredAuthMethod?: never;
}
Type Declaration
metabaseInstanceUrl: string
OptionalapiKey?: never
OptionalfetchRequestToken?: never
isGuest: true
OptionalpreferredAuthMethod?: never
Defines if SDK should work in a Guest Embed mode