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

ApiConfig

The api property in integration configuration

export interface ApiConfig {
	authHost: string;
	clientId: string;
	clientSecret: string;
	projectKey: string;
	scopes: string[];
	uri: string;
}

Properties

NameRequiredTypeDescription
authHostRequiredstring
clientIdRequiredstring
clientSecretRequiredstring
projectKeyRequiredstring
scopesRequiredstring[]
uriRequiredstring

On this page