Alokai

ValidateCredentialsResponse

Response of validate credentials.

interface ValidateCredentialsResponse {
	customer_id?: null | number;
	is_valid?: boolean;
}

Properties

NameRequiredTypeDescription
customer_idOptionalnull | numberThe unique numeric ID of the customer.
is_validOptionalbooleanIndicates if the provided credentials are valid.

On this page