/** * 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 to signed challenge * @export * @interface EndpointAgentChallengeResponseRequest */ export interface EndpointAgentChallengeResponseRequest { /** * * @type {string} * @memberof EndpointAgentChallengeResponseRequest */ component?: string; /** * * @type {string} * @memberof EndpointAgentChallengeResponseRequest */ response?: string | null; } /** * Check if a given object implements the EndpointAgentChallengeResponseRequest interface. */ export declare function instanceOfEndpointAgentChallengeResponseRequest(value: object): value is EndpointAgentChallengeResponseRequest; export declare function EndpointAgentChallengeResponseRequestFromJSON(json: any): EndpointAgentChallengeResponseRequest; export declare function EndpointAgentChallengeResponseRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): EndpointAgentChallengeResponseRequest; export declare function EndpointAgentChallengeResponseRequestToJSON(json: any): EndpointAgentChallengeResponseRequest; export declare function EndpointAgentChallengeResponseRequestToJSONTyped(value?: EndpointAgentChallengeResponseRequest | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=EndpointAgentChallengeResponseRequest.d.ts.map