/** * authentik * Making authentication simple. * * The version of the OpenAPI document: 2026.2.3-rc1 * 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 SAMLLogoutMethods: { readonly FrontchannelIframe: "frontchannel_iframe"; readonly FrontchannelNative: "frontchannel_native"; readonly Backchannel: "backchannel"; readonly UnknownDefaultOpenApi: "11184809"; }; export type SAMLLogoutMethods = typeof SAMLLogoutMethods[keyof typeof SAMLLogoutMethods]; export declare function instanceOfSAMLLogoutMethods(value: any): boolean; export declare function SAMLLogoutMethodsFromJSON(json: any): SAMLLogoutMethods; export declare function SAMLLogoutMethodsFromJSONTyped(json: any, ignoreDiscriminator: boolean): SAMLLogoutMethods; export declare function SAMLLogoutMethodsToJSON(value?: SAMLLogoutMethods | null): any; export declare function SAMLLogoutMethodsToJSONTyped(value: any, ignoreDiscriminator: boolean): SAMLLogoutMethods; //# sourceMappingURL=SAMLLogoutMethods.d.ts.map