/** * 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 AuthTypeEnum: { readonly Basic: "basic"; readonly Bearer: "bearer"; readonly UnknownDefaultOpenApi: "11184809"; }; export type AuthTypeEnum = typeof AuthTypeEnum[keyof typeof AuthTypeEnum]; export declare function instanceOfAuthTypeEnum(value: any): boolean; export declare function AuthTypeEnumFromJSON(json: any): AuthTypeEnum; export declare function AuthTypeEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): AuthTypeEnum; export declare function AuthTypeEnumToJSON(value?: AuthTypeEnum | null): any; export declare function AuthTypeEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): AuthTypeEnum; //# sourceMappingURL=AuthTypeEnum.d.ts.map