Change Type Old Version New Version d.ts File
Added NA Module name: ohos.account.osAccount
Class name: InputerManager
@ohos.account.osAccount.d.ts
Added NA Module name: ohos.account.osAccount
Class name: InputerManager
Method or attribute name: static registerInputer(authType: AuthType, inputer: IInputer): void;
@ohos.account.osAccount.d.ts
Added NA Module name: ohos.account.osAccount
Class name: InputerManager
Method or attribute name: static unregisterInputer(authType: AuthType): void;
@ohos.account.osAccount.d.ts
Added NA Module name: ohos.account.osAccount
Class name: DomainPlugin
@ohos.account.osAccount.d.ts
Added NA Module name: ohos.account.osAccount
Class name: DomainPlugin
Method or attribute name: auth(domainAccountInfo: DomainAccountInfo, credential: Uint8Array, callback: IUserAuthCallback): void;
@ohos.account.osAccount.d.ts
Added NA Module name: ohos.account.osAccount
Class name: DomainAccountManager
@ohos.account.osAccount.d.ts
Added NA Module name: ohos.account.osAccount
Class name: DomainAccountManager
Method or attribute name: static registerPlugin(plugin: DomainPlugin): void;
@ohos.account.osAccount.d.ts
Added NA Module name: ohos.account.osAccount
Class name: DomainAccountManager
Method or attribute name: static unregisterPlugin(): void;
@ohos.account.osAccount.d.ts
Added NA Module name: ohos.account.osAccount
Class name: AuthType
Method or attribute name: DOMAIN = 1024
@ohos.account.osAccount.d.ts
Added NA Module name: ohos.account.osAccount
Class name: AuthSubType
Method or attribute name: DOMAIN_MIXED = 10240001
@ohos.account.osAccount.d.ts
Permission deleted Class name: AppAccountManager
Method or attribute name: getAllAccounts(callback: AsyncCallback<Array>): void;
Permission: ohos.permission.GET_ALL_APP_ACCOUNTS
Class name: AppAccountManager
Method or attribute name: getAllAccounts(callback: AsyncCallback<Array>): void;
Permission: N/A
@ohos.account.appAccount.d.ts
Permission deleted Class name: AppAccountManager
Method or attribute name: getAllAccounts(): Promise<Array>;
Permission: ohos.permission.GET_ALL_APP_ACCOUNTS
Class name: AppAccountManager
Method or attribute name: getAllAccounts(): Promise<Array>;
Permission: N/A
@ohos.account.appAccount.d.ts
Permission deleted Class name: AppAccountManager
Method or attribute name: getAccountsByOwner(owner: string, callback: AsyncCallback<Array>): void;
Permission: ohos.permission.GET_ALL_APP_ACCOUNTS
Class name: AppAccountManager
Method or attribute name: getAccountsByOwner(owner: string, callback: AsyncCallback<Array>): void;
Permission: N/A
@ohos.account.appAccount.d.ts
Permission deleted Class name: AppAccountManager
Method or attribute name: getAccountsByOwner(owner: string): Promise<Array>;
Permission: ohos.permission.GET_ALL_APP_ACCOUNTS
Class name: AppAccountManager
Method or attribute name: getAccountsByOwner(owner: string): Promise<Array>;
Permission: N/A
@ohos.account.appAccount.d.ts