/** * 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 AlgEnum: { readonly Rsa: "rsa"; readonly Ecdsa: "ecdsa"; readonly UnknownDefaultOpenApi: "11184809"; }; export type AlgEnum = typeof AlgEnum[keyof typeof AlgEnum]; export declare function instanceOfAlgEnum(value: any): boolean; export declare function AlgEnumFromJSON(json: any): AlgEnum; export declare function AlgEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): AlgEnum; export declare function AlgEnumToJSON(value?: AlgEnum | null): any; export declare function AlgEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): AlgEnum; //# sourceMappingURL=AlgEnum.d.ts.map