Embedded analytics SDK API
    Preparing search index...

    Type Alias MetabaseEmbeddingSessionToken

    type MetabaseEmbeddingSessionToken = {
        exp?: number | null;
        id: string;
    }
    Index

    Properties

    Properties

    exp?: number | null

    (EMB-829) This is a temporary type. After we disallowed token without expiration, we will remove make it a non-optional number again.

    id: string