/** * 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. */ /** * Email challenge resposen. No fields. This challenge is * always declared invalid to give the user a chance to retry * @export * @interface EmailChallengeResponseRequest */ export interface EmailChallengeResponseRequest { /** * * @type {string} * @memberof EmailChallengeResponseRequest */ component?: string; } /** * Check if a given object implements the EmailChallengeResponseRequest interface. */ export declare function instanceOfEmailChallengeResponseRequest(value: object): value is EmailChallengeResponseRequest; export declare function EmailChallengeResponseRequestFromJSON(json: any): EmailChallengeResponseRequest; export declare function EmailChallengeResponseRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): EmailChallengeResponseRequest; export declare function EmailChallengeResponseRequestToJSON(json: any): EmailChallengeResponseRequest; export declare function EmailChallengeResponseRequestToJSONTyped(value?: EmailChallengeResponseRequest | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=EmailChallengeResponseRequest.d.ts.map