diff --git a/api/@ohos.distributedHardware.deviceManager.d.ts b/api/@ohos.distributedHardware.deviceManager.d.ts index 6d84f8a597573e3142a0295e8526d69e314b2ea5..82581691194a4111a448b8aa6b19b204c2dce978 100644 --- a/api/@ohos.distributedHardware.deviceManager.d.ts +++ b/api/@ohos.distributedHardware.deviceManager.d.ts @@ -54,6 +54,8 @@ declare namespace deviceManager { /** * Device Type definitions + * + * @systemapi this method can be used only by system applications. */ enum DeviceType { /** @@ -390,7 +392,7 @@ declare namespace deviceManager { * @param callback Indicates the callback to be invoked upon authenticateDevice * @systemapi this method can be used only by system applications. */ - authenticateDevice(deviceInfo: DeviceInfo, authParam: AuthParam, callback: AsyncCallback<{deviceId: string, pinTone ?: number}>): void; + authenticateDevice(deviceInfo: DeviceInfo, authParam: AuthParam, callback: AsyncCallback<{deviceId: string, pinToken ?: number}>): void; /** * unAuthenticate the specified device.