Server configuration for journey-client.

Only the OIDC discovery endpoint URL is required. All other configuration (baseUrl, paths) is automatically derived from the well-known response.

interface JourneyServerConfig {
    timeout?: number;
    wellknown: string;
}

Properties

Properties

timeout?: number

Optional request timeout in milliseconds. Included for config-sharing compatibility with other clients.

wellknown: string

Required OIDC discovery endpoint URL