/** * authentik * Making authentication simple. * * The version of the OpenAPI document: 2026.8.0 * 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. */ /** * * @export * @interface AppleIndependentSecureEnclaveRequest */ export interface AppleIndependentSecureEnclaveRequest { /** * * @type {string} * @memberof AppleIndependentSecureEnclaveRequest */ uuid?: string; /** * The user that this device belongs to. * @type {number} * @memberof AppleIndependentSecureEnclaveRequest */ user: number; /** * * @type {string} * @memberof AppleIndependentSecureEnclaveRequest */ appleSecureEnclaveKey: string; /** * * @type {string} * @memberof AppleIndependentSecureEnclaveRequest */ appleEnclaveKeyId: string; /** * * @type {string} * @memberof AppleIndependentSecureEnclaveRequest */ deviceType: string; } /** * Check if a given object implements the AppleIndependentSecureEnclaveRequest interface. */ export declare function instanceOfAppleIndependentSecureEnclaveRequest(value: object): value is AppleIndependentSecureEnclaveRequest; export declare function AppleIndependentSecureEnclaveRequestFromJSON(json: any): AppleIndependentSecureEnclaveRequest; export declare function AppleIndependentSecureEnclaveRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): AppleIndependentSecureEnclaveRequest; export declare function AppleIndependentSecureEnclaveRequestToJSON(json: any): AppleIndependentSecureEnclaveRequest; export declare function AppleIndependentSecureEnclaveRequestToJSONTyped(value?: AppleIndependentSecureEnclaveRequest | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=AppleIndependentSecureEnclaveRequest.d.ts.map