/** * 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 IntentEnum: { readonly Verification: "verification"; readonly Api: "api"; readonly Recovery: "recovery"; readonly AppPassword: "app_password"; readonly UnknownDefaultOpenApi: "11184809"; }; export type IntentEnum = typeof IntentEnum[keyof typeof IntentEnum]; export declare function instanceOfIntentEnum(value: any): boolean; export declare function IntentEnumFromJSON(json: any): IntentEnum; export declare function IntentEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): IntentEnum; export declare function IntentEnumToJSON(value?: IntentEnum | null): any; export declare function IntentEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): IntentEnum; //# sourceMappingURL=IntentEnum.d.ts.map