@openhps/solid
    Preparing search index...

    Interface SolidDataServiceOptions

    interface SolidDataServiceOptions {
        autoLogin?: boolean;
        clientId?: string;
        clientName?: string;
        clientSecret?: string;
        dataServiceDriver?: DataServiceDriver<string, string>;
        defaultOidcIssuer?: string;
        redirectUrl?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    autoLogin?: boolean

    Automatically login after starting the server

    false
    
    clientId?: string

    Client identifier

    clientName?: string

    Client name displayed to the user

    clientSecret?: string

    Client secret

    dataServiceDriver?: DataServiceDriver<string, string>

    Data service driver to use for key:value pairs In a browser this should be @openhps/localstorage

    defaultOidcIssuer?: string
    redirectUrl?: string

    Redirect URL