/** * 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 KadminTypeEnum: { readonly Mit: "MIT"; readonly Heimdal: "Heimdal"; readonly Other: "other"; readonly UnknownDefaultOpenApi: "11184809"; }; export type KadminTypeEnum = typeof KadminTypeEnum[keyof typeof KadminTypeEnum]; export declare function instanceOfKadminTypeEnum(value: any): boolean; export declare function KadminTypeEnumFromJSON(json: any): KadminTypeEnum; export declare function KadminTypeEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): KadminTypeEnum; export declare function KadminTypeEnumToJSON(value?: KadminTypeEnum | null): any; export declare function KadminTypeEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): KadminTypeEnum; //# sourceMappingURL=KadminTypeEnum.d.ts.map