Alokai

GenerateJwtPayloadParams

Generate JWT payload parameters.

interface GenerateJwtPayloadParams {
	channelId: number;
	clientId: string;
	customerId: number;
	redirectUrl?: string;
	storeHash: string;
}

Properties

NameRequiredTypeDescription
channelIdRequirednumberChannel ID.
clientIdRequiredstringClient ID.
customerIdRequirednumberCustomer ID.
redirectUrlOptionalstringAn url to redirect to after login.
storeHashRequiredstringStore hash.

On this page