/** * 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. */ /** * Response for iframe logout * @export * @interface IframeLogoutChallengeResponseRequest */ export interface IframeLogoutChallengeResponseRequest { /** * * @type {string} * @memberof IframeLogoutChallengeResponseRequest */ component?: string; } /** * Check if a given object implements the IframeLogoutChallengeResponseRequest interface. */ export declare function instanceOfIframeLogoutChallengeResponseRequest(value: object): value is IframeLogoutChallengeResponseRequest; export declare function IframeLogoutChallengeResponseRequestFromJSON(json: any): IframeLogoutChallengeResponseRequest; export declare function IframeLogoutChallengeResponseRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): IframeLogoutChallengeResponseRequest; export declare function IframeLogoutChallengeResponseRequestToJSON(json: any): IframeLogoutChallengeResponseRequest; export declare function IframeLogoutChallengeResponseRequestToJSONTyped(value?: IframeLogoutChallengeResponseRequest | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=IframeLogoutChallengeResponseRequest.d.ts.map