/** * 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 BindingTypeEnum: { readonly Redirect: "REDIRECT"; readonly Post: "POST"; readonly PostAuto: "POST_AUTO"; readonly UnknownDefaultOpenApi: "11184809"; }; export type BindingTypeEnum = typeof BindingTypeEnum[keyof typeof BindingTypeEnum]; export declare function instanceOfBindingTypeEnum(value: any): boolean; export declare function BindingTypeEnumFromJSON(json: any): BindingTypeEnum; export declare function BindingTypeEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): BindingTypeEnum; export declare function BindingTypeEnumToJSON(value?: BindingTypeEnum | null): any; export declare function BindingTypeEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): BindingTypeEnum; //# sourceMappingURL=BindingTypeEnum.d.ts.map