/** * 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 OAuth2ProviderLogoutMethodEnum: { readonly Backchannel: "backchannel"; readonly Frontchannel: "frontchannel"; readonly UnknownDefaultOpenApi: "11184809"; }; export type OAuth2ProviderLogoutMethodEnum = typeof OAuth2ProviderLogoutMethodEnum[keyof typeof OAuth2ProviderLogoutMethodEnum]; export declare function instanceOfOAuth2ProviderLogoutMethodEnum(value: any): boolean; export declare function OAuth2ProviderLogoutMethodEnumFromJSON(json: any): OAuth2ProviderLogoutMethodEnum; export declare function OAuth2ProviderLogoutMethodEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): OAuth2ProviderLogoutMethodEnum; export declare function OAuth2ProviderLogoutMethodEnumToJSON(value?: OAuth2ProviderLogoutMethodEnum | null): any; export declare function OAuth2ProviderLogoutMethodEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): OAuth2ProviderLogoutMethodEnum; //# sourceMappingURL=OAuth2ProviderLogoutMethodEnum.d.ts.map