Variable AxAuthServiceEnableFinishedEventSchemaConst
AxAuthServiceEnableFinishedEventSchema: {
$schema: string;
additionalProperties: boolean;
description: string;
properties: {
client_id: { description: string; type: string };
client_secret: { description: string; type: string };
discovery_document_url: { description: string; type: string };
environment_id: {
description: string;
format: string;
maxLength: number;
minLength: number;
type: string;
};
tenant_id: {
description: string;
format: string;
maxLength: number;
minLength: number;
type: string;
};
};
required: string[];
title: string;
type: string;
} = AxAuthServiceEnableFinishedEvent
Type Declaration
$schema: string
additionalProperties: boolean
description: string
properties: {
client_id: { description: string; type: string };
client_secret: { description: string; type: string };
discovery_document_url: { description: string; type: string };
environment_id: {
description: string;
format: string;
maxLength: number;
minLength: number;
type: string;
};
tenant_id: {
description: string;
format: string;
maxLength: number;
minLength: number;
type: string;
};
}
required: string[]
title: string
type: string