Alokai

Authentication

Customer authentication.

interface Authentication {
	force_password_reset?: boolean;
	new_password?: string;
}

Properties

NameRequiredTypeDescription
force_password_resetOptionalbooleanIf true, this customer will be forced to change password on next login.
new_passwordOptionalstringNew password for customer.

On this page