/** * 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 apple response * @export * @interface AppleChallengeResponseRequest */ export interface AppleChallengeResponseRequest { /** * * @type {string} * @memberof AppleChallengeResponseRequest */ component?: string; } /** * Check if a given object implements the AppleChallengeResponseRequest interface. */ export declare function instanceOfAppleChallengeResponseRequest(value: object): value is AppleChallengeResponseRequest; export declare function AppleChallengeResponseRequestFromJSON(json: any): AppleChallengeResponseRequest; export declare function AppleChallengeResponseRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): AppleChallengeResponseRequest; export declare function AppleChallengeResponseRequestToJSON(json: any): AppleChallengeResponseRequest; export declare function AppleChallengeResponseRequestToJSONTyped(value?: AppleChallengeResponseRequest | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=AppleChallengeResponseRequest.d.ts.map