/** * authentik * Making authentication simple. * * The version of the OpenAPI document: 2026.2.3-rc1 * 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 KeyTypeEnum: { readonly Rsa: "rsa"; readonly Ec: "ec"; readonly Dsa: "dsa"; readonly Ed25519: "ed25519"; readonly Ed448: "ed448"; readonly UnknownDefaultOpenApi: "11184809"; }; export type KeyTypeEnum = typeof KeyTypeEnum[keyof typeof KeyTypeEnum]; export declare function instanceOfKeyTypeEnum(value: any): boolean; export declare function KeyTypeEnumFromJSON(json: any): KeyTypeEnum; export declare function KeyTypeEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): KeyTypeEnum; export declare function KeyTypeEnumToJSON(value?: KeyTypeEnum | null): any; export declare function KeyTypeEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): KeyTypeEnum; //# sourceMappingURL=KeyTypeEnum.d.ts.map