/** * 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. */ /** * Pseudo class for autosubmit response * @export * @interface AutoSubmitChallengeResponseRequest */ export interface AutoSubmitChallengeResponseRequest { /** * * @type {string} * @memberof AutoSubmitChallengeResponseRequest */ component?: string; } /** * Check if a given object implements the AutoSubmitChallengeResponseRequest interface. */ export declare function instanceOfAutoSubmitChallengeResponseRequest(value: object): value is AutoSubmitChallengeResponseRequest; export declare function AutoSubmitChallengeResponseRequestFromJSON(json: any): AutoSubmitChallengeResponseRequest; export declare function AutoSubmitChallengeResponseRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): AutoSubmitChallengeResponseRequest; export declare function AutoSubmitChallengeResponseRequestToJSON(json: any): AutoSubmitChallengeResponseRequest; export declare function AutoSubmitChallengeResponseRequestToJSONTyped(value?: AutoSubmitChallengeResponseRequest | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=AutoSubmitChallengeResponseRequest.d.ts.map