/** * 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. */ /** * Serializer for Endpoint authenticator devices * @export * @interface GoogleEndpointDevice */ export interface GoogleEndpointDevice { /** * * @type {string} * @memberof GoogleEndpointDevice */ pk?: string; /** * The human-readable name of this device. * @type {string} * @memberof GoogleEndpointDevice */ name: string; } /** * Check if a given object implements the GoogleEndpointDevice interface. */ export declare function instanceOfGoogleEndpointDevice(value: object): value is GoogleEndpointDevice; export declare function GoogleEndpointDeviceFromJSON(json: any): GoogleEndpointDevice; export declare function GoogleEndpointDeviceFromJSONTyped(json: any, ignoreDiscriminator: boolean): GoogleEndpointDevice; export declare function GoogleEndpointDeviceToJSON(json: any): GoogleEndpointDevice; export declare function GoogleEndpointDeviceToJSONTyped(value?: GoogleEndpointDevice | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=GoogleEndpointDevice.d.ts.map