@dypai-ai/client-sdk - v1.12.0
    Preparing search index...

    Interface AuthClientOptions

    interface AuthClientOptions {
        autoRefreshToken?: boolean;
        persistSession?: boolean;
        storage?: SupportedStorage;
        storageKey?: string;
    }
    Index

    Properties

    autoRefreshToken?: boolean
    persistSession?: boolean
    storageKey?: string