/** * authentik * Making authentication simple. * * The version of the OpenAPI document: 2025.6.3 * Contact: hello@goauthentik.io * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export */ export declare const EventsRequestedEnum: { readonly HttpsSchemasOpenidNetSeceventCaepEventTypeSessionRevoked: "https://schemas.openid.net/secevent/caep/event-type/session-revoked"; readonly HttpsSchemasOpenidNetSeceventCaepEventTypeCredentialChange: "https://schemas.openid.net/secevent/caep/event-type/credential-change"; readonly HttpsSchemasOpenidNetSeceventSsfEventTypeVerification: "https://schemas.openid.net/secevent/ssf/event-type/verification"; readonly UnknownDefaultOpenApi: "11184809"; }; export type EventsRequestedEnum = typeof EventsRequestedEnum[keyof typeof EventsRequestedEnum]; export declare function instanceOfEventsRequestedEnum(value: any): boolean; export declare function EventsRequestedEnumFromJSON(json: any): EventsRequestedEnum; export declare function EventsRequestedEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): EventsRequestedEnum; export declare function EventsRequestedEnumToJSON(value?: EventsRequestedEnum | null): any; export declare function EventsRequestedEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): EventsRequestedEnum; //# sourceMappingURL=EventsRequestedEnum.d.ts.map