@archastro/sdk
    Preparing search index...

    Interface ForAppOptions

    interface ForAppOptions {
        baseUrl?: string;
        publishableKey: string;
        storage: SessionStorage;
    }
    Index

    Properties

    baseUrl?: string

    Platform origin; defaults to production

    publishableKey: string

    Publishable key (pk_...) sent as x-archastro-api-key

    Durable token store (SecureStore, AsyncStorage, memory, …)