/** * authentik * Making authentication simple. * * The version of the OpenAPI document: 2025.6.3 * 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. */ /** * Base class for all challenge responses * @export * @interface FrameChallengeResponseRequest */ export interface FrameChallengeResponseRequest { /** * * @type {string} * @memberof FrameChallengeResponseRequest */ component?: string; } /** * Check if a given object implements the FrameChallengeResponseRequest interface. */ export declare function instanceOfFrameChallengeResponseRequest(value: object): value is FrameChallengeResponseRequest; export declare function FrameChallengeResponseRequestFromJSON(json: any): FrameChallengeResponseRequest; export declare function FrameChallengeResponseRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): FrameChallengeResponseRequest; export declare function FrameChallengeResponseRequestToJSON(json: any): FrameChallengeResponseRequest; export declare function FrameChallengeResponseRequestToJSONTyped(value?: FrameChallengeResponseRequest | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=FrameChallengeResponseRequest.d.ts.map