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
| Name | Required | Type | Description |
|---|---|---|---|
apiUrl | Required | string | The API URL of the client-side environment. |
refreshToken | Optional | RefreshTokenAndRetryOptions | The refresh token mechanism configuration. |
ssrApiUrl | Optional | string | The API URL of the server-side environment. |