/** * 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 BackendsEnum: { readonly AuthentikCoreAuthInbuiltBackend: "authentik.core.auth.InbuiltBackend"; readonly AuthentikCoreAuthTokenBackend: "authentik.core.auth.TokenBackend"; readonly AuthentikSourcesLdapAuthLdapBackend: "authentik.sources.ldap.auth.LDAPBackend"; readonly AuthentikSourcesKerberosAuthKerberosBackend: "authentik.sources.kerberos.auth.KerberosBackend"; readonly UnknownDefaultOpenApi: "11184809"; }; export type BackendsEnum = typeof BackendsEnum[keyof typeof BackendsEnum]; export declare function instanceOfBackendsEnum(value: any): boolean; export declare function BackendsEnumFromJSON(json: any): BackendsEnum; export declare function BackendsEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): BackendsEnum; export declare function BackendsEnumToJSON(value?: BackendsEnum | null): any; export declare function BackendsEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): BackendsEnum; //# sourceMappingURL=BackendsEnum.d.ts.map