/** * 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 native browser logout * @export * @interface NativeLogoutChallengeResponseRequest */ export interface NativeLogoutChallengeResponseRequest { /** * * @type {string} * @memberof NativeLogoutChallengeResponseRequest */ component?: string; } /** * Check if a given object implements the NativeLogoutChallengeResponseRequest interface. */ export declare function instanceOfNativeLogoutChallengeResponseRequest(value: object): value is NativeLogoutChallengeResponseRequest; export declare function NativeLogoutChallengeResponseRequestFromJSON(json: any): NativeLogoutChallengeResponseRequest; export declare function NativeLogoutChallengeResponseRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): NativeLogoutChallengeResponseRequest; export declare function NativeLogoutChallengeResponseRequestToJSON(json: any): NativeLogoutChallengeResponseRequest; export declare function NativeLogoutChallengeResponseRequestToJSONTyped(value?: NativeLogoutChallengeResponseRequest | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=NativeLogoutChallengeResponseRequest.d.ts.map