/** * 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 DeniedActionEnum: { readonly MessageContinue: "message_continue"; readonly Message: "message"; readonly Continue: "continue"; readonly UnknownDefaultOpenApi: "11184809"; }; export type DeniedActionEnum = typeof DeniedActionEnum[keyof typeof DeniedActionEnum]; export declare function instanceOfDeniedActionEnum(value: any): boolean; export declare function DeniedActionEnumFromJSON(json: any): DeniedActionEnum; export declare function DeniedActionEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): DeniedActionEnum; export declare function DeniedActionEnumToJSON(value?: DeniedActionEnum | null): any; export declare function DeniedActionEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): DeniedActionEnum; //# sourceMappingURL=DeniedActionEnum.d.ts.map