/** * authentik * Making authentication simple. * * The version of the OpenAPI document: 2026.8.0-rc7 * 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 HttpsSchemasOpenidNetSeceventCaepEventTypeTokenClaimsChange: "https://schemas.openid.net/secevent/caep/event-type/token-claims-change"; readonly HttpsSchemasOpenidNetSeceventCaepEventTypeCredentialChange: "https://schemas.openid.net/secevent/caep/event-type/credential-change"; readonly HttpsSchemasOpenidNetSeceventCaepEventTypeAssuranceLevelChange: "https://schemas.openid.net/secevent/caep/event-type/assurance-level-change"; readonly HttpsSchemasOpenidNetSeceventCaepEventTypeDeviceComplianceChange: "https://schemas.openid.net/secevent/caep/event-type/device-compliance-change"; readonly HttpsSchemasOpenidNetSeceventCaepEventTypeSessionEstablished: "https://schemas.openid.net/secevent/caep/event-type/session-established"; readonly HttpsSchemasOpenidNetSeceventCaepEventTypeSessionPresented: "https://schemas.openid.net/secevent/caep/event-type/session-presented"; readonly HttpsSchemasOpenidNetSeceventCaepEventTypeRiskLevelChange: "https://schemas.openid.net/secevent/caep/event-type/risk-level-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