### 按Kit导入API Source: https://developer.huawei.com/consumer/cn/doc/atomic-references/atomic-apis-intro 按Kit导入API,例如:import { authentication } from '@kit.AccountKit';。 ```typescript import { authentication } from '@kit.AccountKit'; ``` -------------------------------- ### 按模块导入API Source: https://developer.huawei.com/consumer/cn/doc/atomic-references/atomic-apis-intro 按模块导入API,例如:import authentication from '@hms.core.authentication';。 ```typescript import authentication from '@hms.core.authentication'; ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.