/** * authentik * Making authentication simple. * * The version of the OpenAPI document: 2026.8.0-rc7 * 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 SamlVersionEnum: { readonly _11: "1.1"; readonly _20: "2.0"; readonly UnknownDefaultOpenApi: "11184809"; }; export type SamlVersionEnum = typeof SamlVersionEnum[keyof typeof SamlVersionEnum]; export declare function instanceOfSamlVersionEnum(value: any): boolean; export declare function SamlVersionEnumFromJSON(json: any): SamlVersionEnum; export declare function SamlVersionEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): SamlVersionEnum; export declare function SamlVersionEnumToJSON(value?: SamlVersionEnum | null): any; export declare function SamlVersionEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): SamlVersionEnum; //# sourceMappingURL=SamlVersionEnum.d.ts.map