Alokai
You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x

Options

Options for the SDK module.

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

Properties

NameRequiredTypeDescription
apiUrlRequiredstringThe API URL of the client-side environment.
refreshTokenOptionalRefreshTokenAndRetryOptionsThe refresh token mechanism configuration.
ssrApiUrlOptionalstringThe API URL of the server-side environment.

On this page