Alokai
You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current

Options

Connector options.

export interface Options {
	apiUrl: string;
	ssrApiUrl?: string;
}

Properties

NameRequiredTypeDescription
apiUrlRequiredstringThe API URL of the client-side environment.
ssrApiUrlOptionalstringThe API URL of the server-side environment.

On this page