events: add better filters to event API

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-03-18 17:38:52 +01:00
parent 8242c139c2
commit 080282a0bc
3 changed files with 116 additions and 36 deletions

View File

@ -28,13 +28,3 @@ export interface ShellChallenge extends Challenge {
export interface RedirectChallenge extends Challenge {
to: string;
}
export enum FlowDesignation {
Authentication = "authentication",
Authorization = "authorization",
Invalidation = "invalidation",
Enrollment = "enrollment",
Unrenollment = "unenrollment",
Recovery = "recovery",
StageConfiguration = "stage_configuration",
}