Alokai

ServerApiConfiguration

The serverApi property in integration configuration

interface ServerApiConfiguration extends Pick<ApiConfig, "clientId" | "clientSecret" | "scopes"> {
	operations?: string[];
}

Properties

NameRequiredTypeDescription
operationsOptionalstring[]A list of GraphQL operations for which the server access token will be used. Predefined operations are: customerResetPassword, customerCreatePasswordResetToken, createReview, inventoryEntries, reviews.

Referenced Types

On this page