Interface SolidDataServiceOptions

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

Hierarchy (view full)

Properties

autoLogin?: boolean

Automatically login after starting the server

Default

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