1| Change Type | Old Version | New Version | d.ts File | 2| ---- | ------ | ------ | -------- | 3|Added|NA|Class name: AppAccountManager<br>Method or attribute name: createAccount(name: string, callback: AsyncCallback\<void>): void;|@ohos.account.appAccount.d.ts| 4|Added|NA|Class name: AppAccountManager<br>Method or attribute name: createAccount(name: string, options: CreateAccountOptions, callback: AsyncCallback\<void>): void;|@ohos.account.appAccount.d.ts| 5|Added|NA|Class name: AppAccountManager<br>Method or attribute name: createAccount(name: string, options?: CreateAccountOptions): Promise\<void>;|@ohos.account.appAccount.d.ts| 6|Added|NA|Class name: AppAccountManager<br>Method or attribute name: createAccountImplicitly(owner: string, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts| 7|Added|NA|Class name: AppAccountManager<br>Method or attribute name: createAccountImplicitly(owner: string, options: CreateAccountImplicitlyOptions, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts| 8|Added|NA|Class name: AppAccountManager<br>Method or attribute name: removeAccount(name: string, callback: AsyncCallback\<void>): void;|@ohos.account.appAccount.d.ts| 9|Added|NA|Class name: AppAccountManager<br>Method or attribute name: removeAccount(name: string): Promise\<void>;|@ohos.account.appAccount.d.ts| 10|Added|NA|Class name: AppAccountManager<br>Method or attribute name: setAppAccess(name: string, bundleName: string, isAccessible: boolean, callback: AsyncCallback\<void>): void;|@ohos.account.appAccount.d.ts| 11|Added|NA|Class name: AppAccountManager<br>Method or attribute name: setAppAccess(name: string, bundleName: string, isAccessible: boolean): Promise\<void>;|@ohos.account.appAccount.d.ts| 12|Added|NA|Class name: AppAccountManager<br>Method or attribute name: checkAppAccess(name: string, bundleName: string, callback: AsyncCallback\<boolean>): void;|@ohos.account.appAccount.d.ts| 13|Added|NA|Class name: AppAccountManager<br>Method or attribute name: checkAppAccess(name: string, bundleName: string): Promise\<boolean>;|@ohos.account.appAccount.d.ts| 14|Added|NA|Class name: AppAccountManager<br>Method or attribute name: checkDataSyncEnabled(name: string, callback: AsyncCallback\<boolean>): void;|@ohos.account.appAccount.d.ts| 15|Added|NA|Class name: AppAccountManager<br>Method or attribute name: checkDataSyncEnabled(name: string): Promise\<boolean>;|@ohos.account.appAccount.d.ts| 16|Added|NA|Class name: AppAccountManager<br>Method or attribute name: setCredential(name: string, credentialType: string, credential: string,<br> callback: AsyncCallback\<void>): void;|@ohos.account.appAccount.d.ts| 17|Added|NA|Class name: AppAccountManager<br>Method or attribute name: setCredential(name: string, credentialType: string, credential: string): Promise\<void>;|@ohos.account.appAccount.d.ts| 18|Added|NA|Class name: AppAccountManager<br>Method or attribute name: setDataSyncEnabled(name: string, isEnabled: boolean, callback: AsyncCallback\<void>): void;|@ohos.account.appAccount.d.ts| 19|Added|NA|Class name: AppAccountManager<br>Method or attribute name: setDataSyncEnabled(name: string, isEnabled: boolean): Promise\<void>;|@ohos.account.appAccount.d.ts| 20|Added|NA|Class name: AppAccountManager<br>Method or attribute name: setCustomData(name: string, key: string, value: string, callback: AsyncCallback\<void>): void;|@ohos.account.appAccount.d.ts| 21|Added|NA|Class name: AppAccountManager<br>Method or attribute name: setCustomData(name: string, key: string, value: string): Promise\<void>;|@ohos.account.appAccount.d.ts| 22|Added|NA|Class name: AppAccountManager<br>Method or attribute name: getAccountsByOwner(owner: string, callback: AsyncCallback\<Array\<AppAccountInfo>>): void;|@ohos.account.appAccount.d.ts| 23|Added|NA|Class name: AppAccountManager<br>Method or attribute name: getAccountsByOwner(owner: string): Promise\<Array\<AppAccountInfo>>;|@ohos.account.appAccount.d.ts| 24|Added|NA|Class name: AppAccountManager<br>Method or attribute name: getCredential(name: string, credentialType: string, callback: AsyncCallback\<string>): void;|@ohos.account.appAccount.d.ts| 25|Added|NA|Class name: AppAccountManager<br>Method or attribute name: getCredential(name: string, credentialType: string): Promise\<string>;|@ohos.account.appAccount.d.ts| 26|Added|NA|Class name: AppAccountManager<br>Method or attribute name: getCustomData(name: string, key: string, callback: AsyncCallback\<string>): void;|@ohos.account.appAccount.d.ts| 27|Added|NA|Class name: AppAccountManager<br>Method or attribute name: getCustomData(name: string, key: string): Promise\<string>;|@ohos.account.appAccount.d.ts| 28|Added|NA|Class name: AppAccountManager<br>Method or attribute name: getCustomDataSync(name: string, key: string): string;|@ohos.account.appAccount.d.ts| 29|Added|NA|Class name: AppAccountManager<br>Method or attribute name: on(type: 'accountChange', owners: Array\<string>, callback: Callback\<Array\<AppAccountInfo>>): void;|@ohos.account.appAccount.d.ts| 30|Added|NA|Class name: AppAccountManager<br>Method or attribute name: off(type: 'accountChange', callback?: Callback\<Array\<AppAccountInfo>>): void;|@ohos.account.appAccount.d.ts| 31|Added|NA|Class name: AppAccountManager<br>Method or attribute name: auth(name: string, owner: string, authType: string, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts| 32|Added|NA|Class name: AppAccountManager<br>Method or attribute name: auth(name: string, owner: string, authType: string, options: {[key:string]: Object}, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts| 33|Added|NA|Class name: AppAccountManager<br>Method or attribute name: getAuthToken(name: string, owner: string, authType: string, callback: AsyncCallback\<string>): void;|@ohos.account.appAccount.d.ts| 34|Added|NA|Class name: AppAccountManager<br>Method or attribute name: getAuthToken(name: string, owner: string, authType: string): Promise\<string>;|@ohos.account.appAccount.d.ts| 35|Added|NA|Class name: AppAccountManager<br>Method or attribute name: setAuthToken(name: string, authType: string, token: string, callback: AsyncCallback\<void>): void;|@ohos.account.appAccount.d.ts| 36|Added|NA|Class name: AppAccountManager<br>Method or attribute name: setAuthToken(name: string, authType: string, token: string): Promise\<void>;|@ohos.account.appAccount.d.ts| 37|Added|NA|Class name: AppAccountManager<br>Method or attribute name: deleteAuthToken(name: string, owner: string, authType: string, token: string, callback: AsyncCallback\<void>): void;|@ohos.account.appAccount.d.ts| 38|Added|NA|Class name: AppAccountManager<br>Method or attribute name: deleteAuthToken(name: string, owner: string, authType: string, token: string): Promise\<void>;|@ohos.account.appAccount.d.ts| 39|Added|NA|Class name: AppAccountManager<br>Method or attribute name: setAuthTokenVisibility(name: string, authType: string, bundleName: string, isVisible: boolean, callback: AsyncCallback\<void>): void;|@ohos.account.appAccount.d.ts| 40|Added|NA|Class name: AppAccountManager<br>Method or attribute name: setAuthTokenVisibility(name: string, authType: string, bundleName: string, isVisible: boolean): Promise\<void>;|@ohos.account.appAccount.d.ts| 41|Added|NA|Class name: AppAccountManager<br>Method or attribute name: checkAuthTokenVisibility(name: string, authType: string, bundleName: string, callback: AsyncCallback\<boolean>): void;|@ohos.account.appAccount.d.ts| 42|Added|NA|Class name: AppAccountManager<br>Method or attribute name: checkAuthTokenVisibility(name: string, authType: string, bundleName: string): Promise\<boolean>;|@ohos.account.appAccount.d.ts| 43|Added|NA|Class name: AppAccountManager<br>Method or attribute name: getAllAuthTokens(name: string, owner: string, callback: AsyncCallback\<Array\<AuthTokenInfo>>): void;|@ohos.account.appAccount.d.ts| 44|Added|NA|Class name: AppAccountManager<br>Method or attribute name: getAllAuthTokens(name: string, owner: string): Promise\<Array\<AuthTokenInfo>>;|@ohos.account.appAccount.d.ts| 45|Added|NA|Class name: AppAccountManager<br>Method or attribute name: getAuthList(name: string, authType: string, callback: AsyncCallback\<Array\<string>>): void;|@ohos.account.appAccount.d.ts| 46|Added|NA|Class name: AppAccountManager<br>Method or attribute name: getAuthList(name: string, authType: string): Promise\<Array\<string>>;|@ohos.account.appAccount.d.ts| 47|Added|NA|Class name: AppAccountManager<br>Method or attribute name: getAuthCallback(sessionId: string, callback: AsyncCallback\<AuthCallback>): void;|@ohos.account.appAccount.d.ts| 48|Added|NA|Class name: AppAccountManager<br>Method or attribute name: getAuthCallback(sessionId: string): Promise\<AuthCallback>;|@ohos.account.appAccount.d.ts| 49|Added|NA|Class name: AppAccountManager<br>Method or attribute name: queryAuthenticatorInfo(owner: string, callback: AsyncCallback\<AuthenticatorInfo>): void;|@ohos.account.appAccount.d.ts| 50|Added|NA|Class name: AppAccountManager<br>Method or attribute name: queryAuthenticatorInfo(owner: string): Promise\<AuthenticatorInfo>;|@ohos.account.appAccount.d.ts| 51|Added|NA|Class name: AppAccountManager<br>Method or attribute name: checkAccountLabels(name: string, owner: string, labels: Array\<string>, callback: AsyncCallback\<boolean>): void;|@ohos.account.appAccount.d.ts| 52|Added|NA|Class name: AppAccountManager<br>Method or attribute name: checkAccountLabels(name: string, owner: string, labels: Array\<string>): Promise\<boolean>;|@ohos.account.appAccount.d.ts| 53|Added|NA|Class name: AppAccountManager<br>Method or attribute name: deleteCredential(name: string, credentialType: string, callback: AsyncCallback\<void>): void;|@ohos.account.appAccount.d.ts| 54|Added|NA|Class name: AppAccountManager<br>Method or attribute name: deleteCredential(name: string, credentialType: string): Promise\<void>;|@ohos.account.appAccount.d.ts| 55|Added|NA|Class name: AppAccountManager<br>Method or attribute name: selectAccountsByOptions(options: SelectAccountsOptions, callback: AsyncCallback\<Array\<AppAccountInfo>>): void;|@ohos.account.appAccount.d.ts| 56|Added|NA|Class name: AppAccountManager<br>Method or attribute name: selectAccountsByOptions(options: SelectAccountsOptions): Promise\<Array\<AppAccountInfo>>;|@ohos.account.appAccount.d.ts| 57|Added|NA|Class name: AppAccountManager<br>Method or attribute name: verifyCredential(name: string, owner: string, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts| 58|Added|NA|Class name: AppAccountManager<br>Method or attribute name: verifyCredential(name: string, owner: string, options: VerifyCredentialOptions, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts| 59|Added|NA|Class name: AppAccountManager<br>Method or attribute name: setAuthenticatorProperties(owner: string, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts| 60|Added|NA|Class name: AppAccountManager<br>Method or attribute name: setAuthenticatorProperties(owner: string, options: SetPropertiesOptions, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts| 61|Added|NA|Module name: ohos.account.appAccount<br>Class name: AuthTokenInfo|@ohos.account.appAccount.d.ts| 62|Added|NA|Class name: AuthTokenInfo<br>Method or attribute name: |@ohos.account.appAccount.d.ts| 63|Added|NA|Module name: ohos.account.appAccount<br>Class name: AuthTokenInfo<br>Method or attribute name: authType: string;|@ohos.account.appAccount.d.ts| 64|Added|NA|Class name: AuthTokenInfo<br>Method or attribute name: authType: string;|@ohos.account.appAccount.d.ts| 65|Added|NA|Module name: ohos.account.appAccount<br>Class name: AuthTokenInfo<br>Method or attribute name: token: string;|@ohos.account.appAccount.d.ts| 66|Added|NA|Class name: AuthTokenInfo<br>Method or attribute name: token: string;|@ohos.account.appAccount.d.ts| 67|Added|NA|Module name: ohos.account.appAccount<br>Class name: AuthTokenInfo<br>Method or attribute name: account?: AppAccountInfo;|@ohos.account.appAccount.d.ts| 68|Added|NA|Class name: AuthTokenInfo<br>Method or attribute name: account?: AppAccountInfo;|@ohos.account.appAccount.d.ts| 69|Added|NA|Module name: ohos.account.appAccount<br>Class name: AuthResult|@ohos.account.appAccount.d.ts| 70|Added|NA|Class name: AuthResult<br>Method or attribute name: |@ohos.account.appAccount.d.ts| 71|Added|NA|Module name: ohos.account.appAccount<br>Class name: AuthResult<br>Method or attribute name: account?: AppAccountInfo;|@ohos.account.appAccount.d.ts| 72|Added|NA|Class name: AuthResult<br>Method or attribute name: account?: AppAccountInfo;|@ohos.account.appAccount.d.ts| 73|Added|NA|Module name: ohos.account.appAccount<br>Class name: AuthResult<br>Method or attribute name: tokenInfo?: AuthTokenInfo;|@ohos.account.appAccount.d.ts| 74|Added|NA|Class name: AuthResult<br>Method or attribute name: tokenInfo?: AuthTokenInfo;|@ohos.account.appAccount.d.ts| 75|Added|NA|Module name: ohos.account.appAccount<br>Class name: CreateAccountOptions|@ohos.account.appAccount.d.ts| 76|Added|NA|Class name: CreateAccountOptions<br>Method or attribute name: |@ohos.account.appAccount.d.ts| 77|Added|NA|Module name: ohos.account.appAccount<br>Class name: CreateAccountOptions<br>Method or attribute name: customData?: {[key: string]: string};|@ohos.account.appAccount.d.ts| 78|Added|NA|Class name: CreateAccountOptions<br>Method or attribute name: customData?: {[key: string]: string};|@ohos.account.appAccount.d.ts| 79|Added|NA|Module name: ohos.account.appAccount<br>Class name: CreateAccountImplicitlyOptions|@ohos.account.appAccount.d.ts| 80|Added|NA|Class name: CreateAccountImplicitlyOptions<br>Method or attribute name: |@ohos.account.appAccount.d.ts| 81|Added|NA|Module name: ohos.account.appAccount<br>Class name: CreateAccountImplicitlyOptions<br>Method or attribute name: requiredLabels?: Array\<string>;|@ohos.account.appAccount.d.ts| 82|Added|NA|Class name: CreateAccountImplicitlyOptions<br>Method or attribute name: requiredLabels?: Array\<string>;|@ohos.account.appAccount.d.ts| 83|Added|NA|Module name: ohos.account.appAccount<br>Class name: CreateAccountImplicitlyOptions<br>Method or attribute name: authType?: string;|@ohos.account.appAccount.d.ts| 84|Added|NA|Class name: CreateAccountImplicitlyOptions<br>Method or attribute name: authType?: string;|@ohos.account.appAccount.d.ts| 85|Added|NA|Module name: ohos.account.appAccount<br>Class name: CreateAccountImplicitlyOptions<br>Method or attribute name: parameters?: {[key:string]: Object};|@ohos.account.appAccount.d.ts| 86|Added|NA|Class name: CreateAccountImplicitlyOptions<br>Method or attribute name: parameters?: {[key:string]: Object};|@ohos.account.appAccount.d.ts| 87|Added|NA|Module name: ohos.account.appAccount<br>Class name: SelectAccountsOptions|@ohos.account.appAccount.d.ts| 88|Added|NA|Class name: SelectAccountsOptions<br>Method or attribute name: |@ohos.account.appAccount.d.ts| 89|Added|NA|Module name: ohos.account.appAccount<br>Class name: SelectAccountsOptions<br>Method or attribute name: allowedAccounts?: Array\<AppAccountInfo>;|@ohos.account.appAccount.d.ts| 90|Added|NA|Class name: SelectAccountsOptions<br>Method or attribute name: allowedAccounts?: Array\<AppAccountInfo>;|@ohos.account.appAccount.d.ts| 91|Added|NA|Module name: ohos.account.appAccount<br>Class name: SelectAccountsOptions<br>Method or attribute name: allowedOwners?: Array\<string>;|@ohos.account.appAccount.d.ts| 92|Added|NA|Class name: SelectAccountsOptions<br>Method or attribute name: allowedOwners?: Array\<string>;|@ohos.account.appAccount.d.ts| 93|Added|NA|Module name: ohos.account.appAccount<br>Class name: SelectAccountsOptions<br>Method or attribute name: requiredLabels?: Array\<string>;|@ohos.account.appAccount.d.ts| 94|Added|NA|Class name: SelectAccountsOptions<br>Method or attribute name: requiredLabels?: Array\<string>;|@ohos.account.appAccount.d.ts| 95|Added|NA|Module name: ohos.account.appAccount<br>Class name: VerifyCredentialOptions|@ohos.account.appAccount.d.ts| 96|Added|NA|Class name: VerifyCredentialOptions<br>Method or attribute name: |@ohos.account.appAccount.d.ts| 97|Added|NA|Module name: ohos.account.appAccount<br>Class name: VerifyCredentialOptions<br>Method or attribute name: credentialType?: string;|@ohos.account.appAccount.d.ts| 98|Added|NA|Class name: VerifyCredentialOptions<br>Method or attribute name: credentialType?: string;|@ohos.account.appAccount.d.ts| 99|Added|NA|Module name: ohos.account.appAccount<br>Class name: VerifyCredentialOptions<br>Method or attribute name: credential?: string;|@ohos.account.appAccount.d.ts| 100|Added|NA|Class name: VerifyCredentialOptions<br>Method or attribute name: credential?: string;|@ohos.account.appAccount.d.ts| 101|Added|NA|Module name: ohos.account.appAccount<br>Class name: VerifyCredentialOptions<br>Method or attribute name: parameters?: {[key:string]: Object};|@ohos.account.appAccount.d.ts| 102|Added|NA|Class name: VerifyCredentialOptions<br>Method or attribute name: parameters?: {[key:string]: Object};|@ohos.account.appAccount.d.ts| 103|Added|NA|Module name: ohos.account.appAccount<br>Class name: SetPropertiesOptions|@ohos.account.appAccount.d.ts| 104|Added|NA|Class name: SetPropertiesOptions<br>Method or attribute name: |@ohos.account.appAccount.d.ts| 105|Added|NA|Module name: ohos.account.appAccount<br>Class name: SetPropertiesOptions<br>Method or attribute name: properties?: {[key: string]: Object};|@ohos.account.appAccount.d.ts| 106|Added|NA|Class name: SetPropertiesOptions<br>Method or attribute name: properties?: {[key: string]: Object};|@ohos.account.appAccount.d.ts| 107|Added|NA|Module name: ohos.account.appAccount<br>Class name: SetPropertiesOptions<br>Method or attribute name: parameters?: {[key: string]: Object};|@ohos.account.appAccount.d.ts| 108|Added|NA|Class name: SetPropertiesOptions<br>Method or attribute name: parameters?: {[key: string]: Object};|@ohos.account.appAccount.d.ts| 109|Added|NA|Class name: Constants<br>Method or attribute name: ACTION_CREATE_ACCOUNT_IMPLICITLY = "createAccountImplicitly"|@ohos.account.appAccount.d.ts| 110|Added|NA|Class name: Constants<br>Method or attribute name: ACTION_AUTH = "auth"|@ohos.account.appAccount.d.ts| 111|Added|NA|Class name: Constants<br>Method or attribute name: ACTION_VERIFY_CREDENTIAL = "verifyCredential"|@ohos.account.appAccount.d.ts| 112|Added|NA|Class name: Constants<br>Method or attribute name: ACTION_SET_AUTHENTICATOR_PROPERTIES = "setAuthenticatorProperties"|@ohos.account.appAccount.d.ts| 113|Added|NA|Class name: Constants<br>Method or attribute name: KEY_REQUIRED_LABELS = "requiredLabels"|@ohos.account.appAccount.d.ts| 114|Added|NA|Class name: Constants<br>Method or attribute name: KEY_BOOLEAN_RESULT = "booleanResult"|@ohos.account.appAccount.d.ts| 115|Added|NA|Module name: ohos.account.appAccount<br>Class name: AuthCallback|@ohos.account.appAccount.d.ts| 116|Added|NA|Class name: AuthCallback<br>Method or attribute name: |@ohos.account.appAccount.d.ts| 117|Added|NA|Module name: ohos.account.appAccount<br>Class name: AuthCallback<br>Method or attribute name: onResult: (code: number, result?: AuthResult) => void;|@ohos.account.appAccount.d.ts| 118|Added|NA|Class name: AuthCallback<br>Method or attribute name: onResult: (code: number, result?: AuthResult) => void;|@ohos.account.appAccount.d.ts| 119|Added|NA|Module name: ohos.account.appAccount<br>Class name: AuthCallback<br>Method or attribute name: onRequestRedirected: (request: Want) => void;|@ohos.account.appAccount.d.ts| 120|Added|NA|Class name: AuthCallback<br>Method or attribute name: onRequestRedirected: (request: Want) => void;|@ohos.account.appAccount.d.ts| 121|Added|NA|Module name: ohos.account.appAccount<br>Class name: AuthCallback<br>Method or attribute name: onRequestContinued?: () => void;|@ohos.account.appAccount.d.ts| 122|Added|NA|Class name: AuthCallback<br>Method or attribute name: onRequestContinued?: () => void;|@ohos.account.appAccount.d.ts| 123|Added|NA|Class name: Authenticator<br>Method or attribute name: createAccountImplicitly(options: CreateAccountImplicitlyOptions, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts| 124|Added|NA|Class name: Authenticator<br>Method or attribute name: auth(name: string, authType: string, options: {[key:string]: Object}, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts| 125|Added|NA|Class name: Authenticator<br>Method or attribute name: verifyCredential(name: string, options: VerifyCredentialOptions, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts| 126|Added|NA|Class name: Authenticator<br>Method or attribute name: setProperties(options: SetPropertiesOptions, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts| 127|Added|NA|Class name: Authenticator<br>Method or attribute name: checkAccountLabels(name: string, labels: Array\<string>, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts| 128|Added|NA|Class name: Authenticator<br>Method or attribute name: checkAccountRemovable(name: string, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts| 129|Added|NA|Class name: Authenticator<br>Method or attribute name: getRemoteObject(): rpc.RemoteObject;|@ohos.account.appAccount.d.ts| 130|Added|NA|Class name: DistributedAccountAbility<br>Method or attribute name: getOsAccountDistributedInfo(callback: AsyncCallback\<DistributedInfo>): void;|@ohos.account.distributedAccount.d.ts| 131|Added|NA|Class name: DistributedAccountAbility<br>Method or attribute name: getOsAccountDistributedInfo(): Promise\<DistributedInfo>;|@ohos.account.distributedAccount.d.ts| 132|Added|NA|Class name: DistributedAccountAbility<br>Method or attribute name: setOsAccountDistributedInfo(accountInfo: DistributedInfo, callback: AsyncCallback\<void>): void;|@ohos.account.distributedAccount.d.ts| 133|Added|NA|Class name: DistributedAccountAbility<br>Method or attribute name: setOsAccountDistributedInfo(accountInfo: DistributedInfo): Promise\<void>;|@ohos.account.distributedAccount.d.ts| 134|Added|NA|Class name: DistributedInfo<br>Method or attribute name: nickname?: string;|@ohos.account.distributedAccount.d.ts| 135|Added|NA|Class name: DistributedInfo<br>Method or attribute name: avatar?: string;|@ohos.account.distributedAccount.d.ts| 136|Added|NA|Class name: AccountManager<br>Method or attribute name: checkMultiOsAccountEnabled(callback: AsyncCallback\<boolean>): void;|@ohos.account.osAccount.d.ts| 137|Added|NA|Class name: AccountManager<br>Method or attribute name: checkMultiOsAccountEnabled(): Promise\<boolean>;|@ohos.account.osAccount.d.ts| 138|Added|NA|Class name: AccountManager<br>Method or attribute name: checkOsAccountActivated(localId: number, callback: AsyncCallback\<boolean>): void;|@ohos.account.osAccount.d.ts| 139|Added|NA|Class name: AccountManager<br>Method or attribute name: checkOsAccountActivated(localId: number): Promise\<boolean>;|@ohos.account.osAccount.d.ts| 140|Added|NA|Class name: AccountManager<br>Method or attribute name: checkOsAccountConstraintEnabled(localId: number, constraint: string, callback: AsyncCallback\<boolean>): void;|@ohos.account.osAccount.d.ts| 141|Added|NA|Class name: AccountManager<br>Method or attribute name: checkOsAccountConstraintEnabled(localId: number, constraint: string): Promise\<boolean>;|@ohos.account.osAccount.d.ts| 142|Added|NA|Class name: AccountManager<br>Method or attribute name: checkOsAccountTestable(callback: AsyncCallback\<boolean>): void;|@ohos.account.osAccount.d.ts| 143|Added|NA|Class name: AccountManager<br>Method or attribute name: checkOsAccountTestable(): Promise\<boolean>;|@ohos.account.osAccount.d.ts| 144|Added|NA|Class name: AccountManager<br>Method or attribute name: checkOsAccountVerified(callback: AsyncCallback\<boolean>): void;|@ohos.account.osAccount.d.ts| 145|Added|NA|Class name: AccountManager<br>Method or attribute name: checkOsAccountVerified(): Promise\<boolean>;|@ohos.account.osAccount.d.ts| 146|Added|NA|Class name: AccountManager<br>Method or attribute name: checkOsAccountVerified(localId: number, callback: AsyncCallback\<boolean>): void;|@ohos.account.osAccount.d.ts| 147|Added|NA|Class name: AccountManager<br>Method or attribute name: checkOsAccountVerified(localId: number): Promise\<boolean>;|@ohos.account.osAccount.d.ts| 148|Added|NA|Class name: AccountManager<br>Method or attribute name: getOsAccountCount(callback: AsyncCallback\<number>): void;|@ohos.account.osAccount.d.ts| 149|Added|NA|Class name: AccountManager<br>Method or attribute name: getOsAccountCount(): Promise\<number>;|@ohos.account.osAccount.d.ts| 150|Added|NA|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalId(callback: AsyncCallback\<number>): void;|@ohos.account.osAccount.d.ts| 151|Added|NA|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalId(): Promise\<number>;|@ohos.account.osAccount.d.ts| 152|Added|NA|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalIdForUid(uid: number, callback: AsyncCallback\<number>): void;|@ohos.account.osAccount.d.ts| 153|Added|NA|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalIdForUid(uid: number): Promise\<number>;|@ohos.account.osAccount.d.ts| 154|Added|NA|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalIdForDomain(domainInfo: DomainAccountInfo, callback: AsyncCallback\<number>): void;|@ohos.account.osAccount.d.ts| 155|Added|NA|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalIdForDomain(domainInfo: DomainAccountInfo): Promise\<number>;|@ohos.account.osAccount.d.ts| 156|Added|NA|Class name: AccountManager<br>Method or attribute name: getOsAccountConstraints(localId: number, callback: AsyncCallback\<Array\<string>>): void;|@ohos.account.osAccount.d.ts| 157|Added|NA|Class name: AccountManager<br>Method or attribute name: getOsAccountConstraints(localId: number): Promise\<Array\<string>>;|@ohos.account.osAccount.d.ts| 158|Added|NA|Class name: AccountManager<br>Method or attribute name: getActivatedOsAccountLocalIds(callback: AsyncCallback\<Array\<number>>): void;|@ohos.account.osAccount.d.ts| 159|Added|NA|Class name: AccountManager<br>Method or attribute name: getActivatedOsAccountLocalIds(): Promise\<Array\<number>>;|@ohos.account.osAccount.d.ts| 160|Added|NA|Class name: AccountManager<br>Method or attribute name: getCurrentOsAccount(callback: AsyncCallback\<OsAccountInfo>): void;|@ohos.account.osAccount.d.ts| 161|Added|NA|Class name: AccountManager<br>Method or attribute name: getCurrentOsAccount(): Promise\<OsAccountInfo>;|@ohos.account.osAccount.d.ts| 162|Added|NA|Class name: AccountManager<br>Method or attribute name: getOsAccountType(callback: AsyncCallback\<OsAccountType>): void;|@ohos.account.osAccount.d.ts| 163|Added|NA|Class name: AccountManager<br>Method or attribute name: getOsAccountType(): Promise\<OsAccountType>;|@ohos.account.osAccount.d.ts| 164|Added|NA|Class name: AccountManager<br>Method or attribute name: queryDistributedVirtualDeviceId(callback: AsyncCallback\<string>): void;|@ohos.account.osAccount.d.ts| 165|Added|NA|Class name: AccountManager<br>Method or attribute name: queryDistributedVirtualDeviceId(): Promise\<string>;|@ohos.account.osAccount.d.ts| 166|Added|NA|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalIdForSerialNumber(serialNumber: number, callback: AsyncCallback\<number>): void;|@ohos.account.osAccount.d.ts| 167|Added|NA|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalIdForSerialNumber(serialNumber: number): Promise\<number>;|@ohos.account.osAccount.d.ts| 168|Added|NA|Class name: AccountManager<br>Method or attribute name: getSerialNumberForOsAccountLocalId(localId: number, callback: AsyncCallback\<number>): void;|@ohos.account.osAccount.d.ts| 169|Added|NA|Class name: AccountManager<br>Method or attribute name: getSerialNumberForOsAccountLocalId(localId: number): Promise\<number>;|@ohos.account.osAccount.d.ts| 170|Added|NA|Class name: AccountManager<br>Method or attribute name: getBundleIdForUid(uid: number, callback: AsyncCallback\<number>): void;|@ohos.account.osAccount.d.ts| 171|Added|NA|Class name: AccountManager<br>Method or attribute name: getBundleIdForUid(uid: number): Promise\<number>;|@ohos.account.osAccount.d.ts| 172|Added|NA|Class name: AccountManager<br>Method or attribute name: isMainOsAccount(callback: AsyncCallback\<boolean>): void;|@ohos.account.osAccount.d.ts| 173|Added|NA|Class name: AccountManager<br>Method or attribute name: isMainOsAccount(): Promise\<boolean>;|@ohos.account.osAccount.d.ts| 174|Added|NA|Class name: AccountManager<br>Method or attribute name: getOsAccountConstraintSourceTypes(localId: number, constraint: string, callback: AsyncCallback\<Array\<ConstraintSourceTypeInfo>>): void;|@ohos.account.osAccount.d.ts| 175|Added|NA|Class name: AccountManager<br>Method or attribute name: getOsAccountConstraintSourceTypes(localId: number, constraint: string): Promise\<Array\<ConstraintSourceTypeInfo>>;|@ohos.account.osAccount.d.ts| 176|Added|NA|Module name: ohos.account.osAccount<br>Class name: InputerManager|@ohos.account.osAccount.d.ts| 177|Added|NA|Class name: InputerManager<br>Method or attribute name: |@ohos.account.osAccount.d.ts| 178|Added|NA|Module name: ohos.account.osAccount<br>Class name: InputerManager<br>Method or attribute name: static registerInputer(authType: AuthType, inputer: IInputer): void;|@ohos.account.osAccount.d.ts| 179|Added|NA|Class name: InputerManager<br>Method or attribute name: static registerInputer(authType: AuthType, inputer: IInputer): void;|@ohos.account.osAccount.d.ts| 180|Added|NA|Module name: ohos.account.osAccount<br>Class name: InputerManager<br>Method or attribute name: static unregisterInputer(authType: AuthType): void;|@ohos.account.osAccount.d.ts| 181|Added|NA|Class name: InputerManager<br>Method or attribute name: static unregisterInputer(authType: AuthType): void;|@ohos.account.osAccount.d.ts| 182|Added|NA|Module name: ohos.account.osAccount<br>Class name: DomainPlugin|@ohos.account.osAccount.d.ts| 183|Added|NA|Class name: DomainPlugin<br>Method or attribute name: |@ohos.account.osAccount.d.ts| 184|Added|NA|Module name: ohos.account.osAccount<br>Class name: DomainPlugin<br>Method or attribute name: auth(domainAccountInfo: DomainAccountInfo, credential: Uint8Array, callback: IUserAuthCallback): void;|@ohos.account.osAccount.d.ts| 185|Added|NA|Class name: DomainPlugin<br>Method or attribute name: auth(domainAccountInfo: DomainAccountInfo, credential: Uint8Array, callback: IUserAuthCallback): void;|@ohos.account.osAccount.d.ts| 186|Added|NA|Module name: ohos.account.osAccount<br>Class name: DomainAccountManager|@ohos.account.osAccount.d.ts| 187|Added|NA|Class name: DomainAccountManager<br>Method or attribute name: |@ohos.account.osAccount.d.ts| 188|Added|NA|Module name: ohos.account.osAccount<br>Class name: DomainAccountManager<br>Method or attribute name: static registerPlugin(plugin: DomainPlugin): void;|@ohos.account.osAccount.d.ts| 189|Added|NA|Class name: DomainAccountManager<br>Method or attribute name: static registerPlugin(plugin: DomainPlugin): void;|@ohos.account.osAccount.d.ts| 190|Added|NA|Module name: ohos.account.osAccount<br>Class name: DomainAccountManager<br>Method or attribute name: static unregisterPlugin(): void;|@ohos.account.osAccount.d.ts| 191|Added|NA|Class name: DomainAccountManager<br>Method or attribute name: static unregisterPlugin(): void;|@ohos.account.osAccount.d.ts| 192|Added|NA|Class name: UserIdentityManager<br>Method or attribute name: getAuthInfo(callback: AsyncCallback\<Array\<EnrolledCredInfo>>): void;|@ohos.account.osAccount.d.ts| 193|Added|NA|Class name: UserIdentityManager<br>Method or attribute name: getAuthInfo(authType: AuthType, callback: AsyncCallback\<Array\<EnrolledCredInfo>>): void;|@ohos.account.osAccount.d.ts| 194|Added|NA|Module name: ohos.account.osAccount<br>Class name: AuthType<br>Method or attribute name: DOMAIN = 1024|@ohos.account.osAccount.d.ts| 195|Added|NA|Class name: AuthType<br>Method or attribute name: DOMAIN = 1024|@ohos.account.osAccount.d.ts| 196|Added|NA|Module name: ohos.account.osAccount<br>Class name: AuthSubType<br>Method or attribute name: DOMAIN_MIXED = 10240001|@ohos.account.osAccount.d.ts| 197|Added|NA|Class name: AuthSubType<br>Method or attribute name: DOMAIN_MIXED = 10240001|@ohos.account.osAccount.d.ts| 198|Added|NA|Module name: ohos.account.osAccount<br>Class name: ConstraintSourceType|@ohos.account.osAccount.d.ts| 199|Added|NA|Class name: ConstraintSourceType<br>Method or attribute name: |@ohos.account.osAccount.d.ts| 200|Added|NA|Module name: ohos.account.osAccount<br>Class name: ConstraintSourceType<br>Method or attribute name: CONSTRAINT_NOT_EXIST = 0|@ohos.account.osAccount.d.ts| 201|Added|NA|Class name: ConstraintSourceType<br>Method or attribute name: CONSTRAINT_NOT_EXIST = 0|@ohos.account.osAccount.d.ts| 202|Added|NA|Module name: ohos.account.osAccount<br>Class name: ConstraintSourceType<br>Method or attribute name: CONSTRAINT_TYPE_BASE = 1|@ohos.account.osAccount.d.ts| 203|Added|NA|Class name: ConstraintSourceType<br>Method or attribute name: CONSTRAINT_TYPE_BASE = 1|@ohos.account.osAccount.d.ts| 204|Added|NA|Module name: ohos.account.osAccount<br>Class name: ConstraintSourceType<br>Method or attribute name: CONSTRAINT_TYPE_DEVICE_OWNER = 2|@ohos.account.osAccount.d.ts| 205|Added|NA|Class name: ConstraintSourceType<br>Method or attribute name: CONSTRAINT_TYPE_DEVICE_OWNER = 2|@ohos.account.osAccount.d.ts| 206|Added|NA|Module name: ohos.account.osAccount<br>Class name: ConstraintSourceType<br>Method or attribute name: CONSTRAINT_TYPE_PROFILE_OWNER = 3|@ohos.account.osAccount.d.ts| 207|Added|NA|Class name: ConstraintSourceType<br>Method or attribute name: CONSTRAINT_TYPE_PROFILE_OWNER = 3|@ohos.account.osAccount.d.ts| 208|Added|NA|Module name: ohos.account.osAccount<br>Class name: ConstraintSourceTypeInfo|@ohos.account.osAccount.d.ts| 209|Added|NA|Class name: ConstraintSourceTypeInfo<br>Method or attribute name: |@ohos.account.osAccount.d.ts| 210|Added|NA|Module name: ohos.account.osAccount<br>Class name: ConstraintSourceTypeInfo<br>Method or attribute name: localId: number;|@ohos.account.osAccount.d.ts| 211|Added|NA|Class name: ConstraintSourceTypeInfo<br>Method or attribute name: localId: number;|@ohos.account.osAccount.d.ts| 212|Added|NA|Module name: ohos.account.osAccount<br>Class name: ConstraintSourceTypeInfo<br>Method or attribute name: type: ConstraintSourceType;|@ohos.account.osAccount.d.ts| 213|Added|NA|Class name: ConstraintSourceTypeInfo<br>Method or attribute name: type: ConstraintSourceType;|@ohos.account.osAccount.d.ts| 214|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: addAccount(name: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: addAccount(name: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| 215|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: addAccount(name: string, extraInfo: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: addAccount(name: string, extraInfo: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| 216|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: addAccount(name: string, extraInfo?: string): Promise\<void>;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: addAccount(name: string, extraInfo?: string): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| 217|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: addAccountImplicitly(owner: string, authType: string, options: {[key: string]: any}, callback: AuthenticatorCallback): void;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: addAccountImplicitly(owner: string, authType: string, options: {[key: string]: any}, callback: AuthenticatorCallback): void;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| 218|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: deleteAccount(name: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: deleteAccount(name: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| 219|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: deleteAccount(name: string): Promise\<void>;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: deleteAccount(name: string): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| 220|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: disableAppAccess(name: string, bundleName: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: disableAppAccess(name: string, bundleName: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| 221|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: disableAppAccess(name: string, bundleName: string): Promise\<void>;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: disableAppAccess(name: string, bundleName: string): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| 222|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: enableAppAccess(name: string, bundleName: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: enableAppAccess(name: string, bundleName: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| 223|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: enableAppAccess(name: string, bundleName: string): Promise\<void>;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: enableAppAccess(name: string, bundleName: string): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| 224|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: checkAppAccountSyncEnable(name: string, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: checkAppAccountSyncEnable(name: string, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| 225|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: checkAppAccountSyncEnable(name: string): Promise\<boolean>;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: checkAppAccountSyncEnable(name: string): Promise\<boolean>;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| 226|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: setAccountCredential(name: string, credentialType: string, credential: string,<br> callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: setAccountCredential(name: string, credentialType: string, credential: string,<br> callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| 227|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: setAccountCredential(name: string, credentialType: string, credential: string): Promise\<void>;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: setAccountCredential(name: string, credentialType: string, credential: string): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| 228|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: setAccountExtraInfo(name: string, extraInfo: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: setAccountExtraInfo(name: string, extraInfo: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| 229|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: setAccountExtraInfo(name: string, extraInfo: string): Promise\<void>;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: setAccountExtraInfo(name: string, extraInfo: string): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| 230|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: setAppAccountSyncEnable(name: string, isEnable: boolean, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: setAppAccountSyncEnable(name: string, isEnable: boolean, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| 231|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: setAppAccountSyncEnable(name: string, isEnable: boolean): Promise\<void>;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: setAppAccountSyncEnable(name: string, isEnable: boolean): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| 232|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: setAssociatedData(name: string, key: string, value: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: setAssociatedData(name: string, key: string, value: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| 233|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: setAssociatedData(name: string, key: string, value: string): Promise\<void>;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: setAssociatedData(name: string, key: string, value: string): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| 234|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: getAllAccessibleAccounts(callback: AsyncCallback\<Array\<AppAccountInfo>>): void;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: getAllAccessibleAccounts(callback: AsyncCallback\<Array\<AppAccountInfo>>): void;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| 235|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: getAllAccessibleAccounts(): Promise\<Array\<AppAccountInfo>>;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: getAllAccessibleAccounts(): Promise\<Array\<AppAccountInfo>>;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| 236|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: getAllAccounts(owner: string, callback: AsyncCallback\<Array\<AppAccountInfo>>): void;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: getAllAccounts(owner: string, callback: AsyncCallback\<Array\<AppAccountInfo>>): void;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| 237|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: getAllAccounts(owner: string): Promise\<Array\<AppAccountInfo>>;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: getAllAccounts(owner: string): Promise\<Array\<AppAccountInfo>>;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| 238|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: getAccountCredential(name: string, credentialType: string, callback: AsyncCallback\<string>): void;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: getAccountCredential(name: string, credentialType: string, callback: AsyncCallback\<string>): void;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| 239|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: getAccountCredential(name: string, credentialType: string): Promise\<string>;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: getAccountCredential(name: string, credentialType: string): Promise\<string>;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| 240|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: getAccountExtraInfo(name: string, callback: AsyncCallback\<string>): void;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: getAccountExtraInfo(name: string, callback: AsyncCallback\<string>): void;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| 241|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: getAccountExtraInfo(name: string): Promise\<string>;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: getAccountExtraInfo(name: string): Promise\<string>;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| 242|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: getAssociatedData(name: string, key: string, callback: AsyncCallback\<string>): void;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: getAssociatedData(name: string, key: string, callback: AsyncCallback\<string>): void;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| 243|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: getAssociatedData(name: string, key: string): Promise\<string>;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: getAssociatedData(name: string, key: string): Promise\<string>;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| 244|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: on(type: 'change', owners: Array\<string>, callback: Callback\<Array\<AppAccountInfo>>): void;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: on(type: 'change', owners: Array\<string>, callback: Callback\<Array\<AppAccountInfo>>): void;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| 245|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: off(type: 'change', callback?: Callback\<Array\<AppAccountInfo>>): void;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: off(type: 'change', callback?: Callback\<Array\<AppAccountInfo>>): void;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| 246|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: authenticate(name: string, owner: string, authType: string, options: {[key: string]: any}, callback: AuthenticatorCallback): void;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: authenticate(name: string, owner: string, authType: string, options: {[key: string]: any}, callback: AuthenticatorCallback): void;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| 247|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: getOAuthToken(name: string, owner: string, authType: string, callback: AsyncCallback\<string>): void;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: getOAuthToken(name: string, owner: string, authType: string, callback: AsyncCallback\<string>): void;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| 248|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: getOAuthToken(name: string, owner: string, authType: string): Promise\<string>;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: getOAuthToken(name: string, owner: string, authType: string): Promise\<string>;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| 249|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: setOAuthToken(name: string, authType: string, token: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: setOAuthToken(name: string, authType: string, token: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| 250|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: setOAuthToken(name: string, authType: string, token: string): Promise\<void>;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: setOAuthToken(name: string, authType: string, token: string): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| 251|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: deleteOAuthToken(name: string, owner: string, authType: string, token: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: deleteOAuthToken(name: string, owner: string, authType: string, token: string, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| 252|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: deleteOAuthToken(name: string, owner: string, authType: string, token: string): Promise\<void>;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: deleteOAuthToken(name: string, owner: string, authType: string, token: string): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| 253|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: setOAuthTokenVisibility(name: string, authType: string, bundleName: string, isVisible: boolean, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: setOAuthTokenVisibility(name: string, authType: string, bundleName: string, isVisible: boolean, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| 254|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: setOAuthTokenVisibility(name: string, authType: string, bundleName: string, isVisible: boolean): Promise\<void>;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: setOAuthTokenVisibility(name: string, authType: string, bundleName: string, isVisible: boolean): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| 255|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: checkOAuthTokenVisibility(name: string, authType: string, bundleName: string, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: checkOAuthTokenVisibility(name: string, authType: string, bundleName: string, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| 256|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: checkOAuthTokenVisibility(name: string, authType: string, bundleName: string): Promise\<boolean>;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: checkOAuthTokenVisibility(name: string, authType: string, bundleName: string): Promise\<boolean>;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| 257|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: getAllOAuthTokens(name: string, owner: string, callback: AsyncCallback\<Array\<OAuthTokenInfo>>): void;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: getAllOAuthTokens(name: string, owner: string, callback: AsyncCallback\<Array\<OAuthTokenInfo>>): void;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| 258|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: getAllOAuthTokens(name: string, owner: string): Promise\<Array\<OAuthTokenInfo>>;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: getAllOAuthTokens(name: string, owner: string): Promise\<Array\<OAuthTokenInfo>>;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| 259|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: getOAuthList(name: string, authType: string, callback: AsyncCallback\<Array\<string>>): void;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: getOAuthList(name: string, authType: string, callback: AsyncCallback\<Array\<string>>): void;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| 260|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: getOAuthList(name: string, authType: string): Promise\<Array\<string>>;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: getOAuthList(name: string, authType: string): Promise\<Array\<string>>;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| 261|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: getAuthenticatorCallback(sessionId: string, callback: AsyncCallback\<AuthenticatorCallback>): void;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: getAuthenticatorCallback(sessionId: string, callback: AsyncCallback\<AuthenticatorCallback>): void;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| 262|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: getAuthenticatorCallback(sessionId: string): Promise\<AuthenticatorCallback>;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: getAuthenticatorCallback(sessionId: string): Promise\<AuthenticatorCallback>;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| 263|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: getAuthenticatorInfo(owner: string, callback: AsyncCallback\<AuthenticatorInfo>): void;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: getAuthenticatorInfo(owner: string, callback: AsyncCallback\<AuthenticatorInfo>): void;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| 264|Deprecated version changed|Class name: AppAccountManager<br>Method or attribute name: getAuthenticatorInfo(owner: string): Promise\<AuthenticatorInfo>;<br>Deprecated version: N/A|Class name: AppAccountManager<br>Method or attribute name: getAuthenticatorInfo(owner: string): Promise\<AuthenticatorInfo>;<br>Deprecated version: 9<br>Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| 265|Deprecated version changed|Class name: OAuthTokenInfo<br>Deprecated version: N/A|Class name: OAuthTokenInfo<br>Deprecated version: 9<br>Substitute API: appAccount.AuthTokenInfo |@ohos.account.appAccount.d.ts| 266|Deprecated version changed|Class name: Constants<br>Method or attribute name: ACTION_ADD_ACCOUNT_IMPLICITLY = "addAccountImplicitly"<br>Deprecated version: N/A|Class name: Constants<br>Method or attribute name: ACTION_ADD_ACCOUNT_IMPLICITLY = "addAccountImplicitly"<br>Deprecated version: 9<br>Substitute API: appAccount.Constants|@ohos.account.appAccount.d.ts| 267|Deprecated version changed|Class name: Constants<br>Method or attribute name: ACTION_AUTHENTICATE = "authenticate"<br>Deprecated version: N/A|Class name: Constants<br>Method or attribute name: ACTION_AUTHENTICATE = "authenticate"<br>Deprecated version: 9<br>Substitute API: appAccount.Constants|@ohos.account.appAccount.d.ts| 268|Deprecated version changed|Class name: ResultCode<br>Deprecated version: N/A|Class name: ResultCode<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.account.appAccount.d.ts| 269|Deprecated version changed|Class name: AuthenticatorCallback<br>Deprecated version: N/A|Class name: AuthenticatorCallback<br>Deprecated version: 9<br>Substitute API: AppAccount.AuthCallback |@ohos.account.appAccount.d.ts| 270|Deprecated version changed|Class name: Authenticator<br>Method or attribute name: addAccountImplicitly(authType: string, callerBundleName: string, options: {[key: string]: any}, callback: AuthenticatorCallback): void;<br>Deprecated version: N/A|Class name: Authenticator<br>Method or attribute name: addAccountImplicitly(authType: string, callerBundleName: string, options: {[key: string]: any}, callback: AuthenticatorCallback): void;<br>Deprecated version: 9<br>Substitute API: appAccount.Authenticator|@ohos.account.appAccount.d.ts| 271|Deprecated version changed|Class name: Authenticator<br>Method or attribute name: authenticate(name: string, authType: string, callerBundleName: string, options: {[key: string]: any}, callback: AuthenticatorCallback): void;<br>Deprecated version: N/A|Class name: Authenticator<br>Method or attribute name: authenticate(name: string, authType: string, callerBundleName: string, options: {[key: string]: any}, callback: AuthenticatorCallback): void;<br>Deprecated version: 9<br>Substitute API: appAccount.Authenticator|@ohos.account.appAccount.d.ts| 272|Deprecated version changed|Class name: DistributedAccountAbility<br>Method or attribute name: queryOsAccountDistributedInfo(callback: AsyncCallback\<DistributedInfo>): void;<br>Deprecated version: N/A|Class name: DistributedAccountAbility<br>Method or attribute name: queryOsAccountDistributedInfo(callback: AsyncCallback\<DistributedInfo>): void;<br>Deprecated version: 9<br>Substitute API: distributedAccount.DistributedAccountAbility|@ohos.account.distributedAccount.d.ts| 273|Deprecated version changed|Class name: DistributedAccountAbility<br>Method or attribute name: queryOsAccountDistributedInfo(): Promise\<DistributedInfo>;<br>Deprecated version: N/A|Class name: DistributedAccountAbility<br>Method or attribute name: queryOsAccountDistributedInfo(): Promise\<DistributedInfo>;<br>Deprecated version: 9<br>Substitute API: distributedAccount.DistributedAccountAbility|@ohos.account.distributedAccount.d.ts| 274|Deprecated version changed|Class name: DistributedAccountAbility<br>Method or attribute name: updateOsAccountDistributedInfo(accountInfo: DistributedInfo, callback: AsyncCallback\<void>): void;<br>Deprecated version: N/A|Class name: DistributedAccountAbility<br>Method or attribute name: updateOsAccountDistributedInfo(accountInfo: DistributedInfo, callback: AsyncCallback\<void>): void;<br>Deprecated version: 9<br>Substitute API: distributedAccount.DistributedAccountAbility|@ohos.account.distributedAccount.d.ts| 275|Deprecated version changed|Class name: DistributedAccountAbility<br>Method or attribute name: updateOsAccountDistributedInfo(accountInfo: DistributedInfo): Promise\<void>;<br>Deprecated version: N/A|Class name: DistributedAccountAbility<br>Method or attribute name: updateOsAccountDistributedInfo(accountInfo: DistributedInfo): Promise\<void>;<br>Deprecated version: 9<br>Substitute API: distributedAccount.DistributedAccountAbility|@ohos.account.distributedAccount.d.ts| 276|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: isMultiOsAccountEnable(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: isMultiOsAccountEnable(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| 277|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: isMultiOsAccountEnable(): Promise\<boolean>;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: isMultiOsAccountEnable(): Promise\<boolean>;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| 278|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: isOsAccountActived(localId: number, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: isOsAccountActived(localId: number, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| 279|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: isOsAccountActived(localId: number): Promise\<boolean>;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: isOsAccountActived(localId: number): Promise\<boolean>;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| 280|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: isOsAccountConstraintEnable(localId: number, constraint: string, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: isOsAccountConstraintEnable(localId: number, constraint: string, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| 281|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: isOsAccountConstraintEnable(localId: number, constraint: string): Promise\<boolean>;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: isOsAccountConstraintEnable(localId: number, constraint: string): Promise\<boolean>;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| 282|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: isTestOsAccount(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: isTestOsAccount(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| 283|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: isTestOsAccount(): Promise\<boolean>;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: isTestOsAccount(): Promise\<boolean>;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| 284|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: isOsAccountVerified(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: isOsAccountVerified(callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| 285|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: isOsAccountVerified(localId: number, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: isOsAccountVerified(localId: number, callback: AsyncCallback\<boolean>): void;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| 286|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: isOsAccountVerified(localId?: number): Promise\<boolean>;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: isOsAccountVerified(localId?: number): Promise\<boolean>;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| 287|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: getCreatedOsAccountsCount(callback: AsyncCallback\<number>): void;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: getCreatedOsAccountsCount(callback: AsyncCallback\<number>): void;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| 288|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: getCreatedOsAccountsCount(): Promise\<number>;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: getCreatedOsAccountsCount(): Promise\<number>;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| 289|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalIdFromProcess(callback: AsyncCallback\<number>): void;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalIdFromProcess(callback: AsyncCallback\<number>): void;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| 290|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalIdFromProcess(): Promise\<number>;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalIdFromProcess(): Promise\<number>;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| 291|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalIdFromUid(uid: number, callback: AsyncCallback\<number>): void;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalIdFromUid(uid: number, callback: AsyncCallback\<number>): void;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| 292|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalIdFromUid(uid: number): Promise\<number>;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalIdFromUid(uid: number): Promise\<number>;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| 293|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalIdFromDomain(domainInfo: DomainAccountInfo, callback: AsyncCallback\<number>): void;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalIdFromDomain(domainInfo: DomainAccountInfo, callback: AsyncCallback\<number>): void;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| 294|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalIdFromDomain(domainInfo: DomainAccountInfo): Promise\<number>;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalIdFromDomain(domainInfo: DomainAccountInfo): Promise\<number>;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| 295|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: getOsAccountAllConstraints(localId: number, callback: AsyncCallback\<Array\<string>>): void;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: getOsAccountAllConstraints(localId: number, callback: AsyncCallback\<Array\<string>>): void;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| 296|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: getOsAccountAllConstraints(localId: number): Promise\<Array\<string>>;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: getOsAccountAllConstraints(localId: number): Promise\<Array\<string>>;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| 297|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: queryActivatedOsAccountIds(callback: AsyncCallback\<Array\<number>>): void;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: queryActivatedOsAccountIds(callback: AsyncCallback\<Array\<number>>): void;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| 298|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: queryActivatedOsAccountIds(): Promise\<Array\<number>>;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: queryActivatedOsAccountIds(): Promise\<Array\<number>>;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| 299|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: queryCurrentOsAccount(callback: AsyncCallback\<OsAccountInfo>): void;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: queryCurrentOsAccount(callback: AsyncCallback\<OsAccountInfo>): void;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| 300|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: queryCurrentOsAccount(): Promise\<OsAccountInfo>;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: queryCurrentOsAccount(): Promise\<OsAccountInfo>;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| 301|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: getOsAccountTypeFromProcess(callback: AsyncCallback\<OsAccountType>): void;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: getOsAccountTypeFromProcess(callback: AsyncCallback\<OsAccountType>): void;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| 302|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: getOsAccountTypeFromProcess(): Promise\<OsAccountType>;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: getOsAccountTypeFromProcess(): Promise\<OsAccountType>;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| 303|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: getDistributedVirtualDeviceId(callback: AsyncCallback\<string>): void;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: getDistributedVirtualDeviceId(callback: AsyncCallback\<string>): void;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| 304|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: getDistributedVirtualDeviceId(): Promise\<string>;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: getDistributedVirtualDeviceId(): Promise\<string>;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| 305|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalIdBySerialNumber(serialNumber: number, callback: AsyncCallback\<number>): void;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalIdBySerialNumber(serialNumber: number, callback: AsyncCallback\<number>): void;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| 306|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalIdBySerialNumber(serialNumber: number): Promise\<number>;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: getOsAccountLocalIdBySerialNumber(serialNumber: number): Promise\<number>;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| 307|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: getSerialNumberByOsAccountLocalId(localId: number, callback: AsyncCallback\<number>): void;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: getSerialNumberByOsAccountLocalId(localId: number, callback: AsyncCallback\<number>): void;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| 308|Deprecated version changed|Class name: AccountManager<br>Method or attribute name: getSerialNumberByOsAccountLocalId(localId: number): Promise\<number>;<br>Deprecated version: N/A|Class name: AccountManager<br>Method or attribute name: getSerialNumberByOsAccountLocalId(localId: number): Promise\<number>;<br>Deprecated version: 9<br>Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| 309|Initial version changed|Class name: OAuthTokenInfo<br>Method or attribute name: authType: string;<br>Initial version: N/A|Class name: OAuthTokenInfo<br>Method or attribute name: authType: string;<br>Initial version: 8|@ohos.account.appAccount.d.ts| 310|Initial version changed|Class name: OAuthTokenInfo<br>Method or attribute name: token: string;<br>Initial version: N/A|Class name: OAuthTokenInfo<br>Method or attribute name: token: string;<br>Initial version: 8|@ohos.account.appAccount.d.ts| 311|Initial version changed|Class name: Constants<br>Method or attribute name: ACTION_ADD_ACCOUNT_IMPLICITLY = "addAccountImplicitly"<br>Initial version: N/A|Class name: Constants<br>Method or attribute name: ACTION_ADD_ACCOUNT_IMPLICITLY = "addAccountImplicitly"<br>Initial version: 8|@ohos.account.appAccount.d.ts| 312|Initial version changed|Class name: Constants<br>Method or attribute name: ACTION_AUTHENTICATE = "authenticate"<br>Initial version: N/A|Class name: Constants<br>Method or attribute name: ACTION_AUTHENTICATE = "authenticate"<br>Initial version: 8|@ohos.account.appAccount.d.ts| 313|Initial version changed|Class name: Constants<br>Method or attribute name: KEY_NAME = "name"<br>Initial version: N/A|Class name: Constants<br>Method or attribute name: KEY_NAME = "name"<br>Initial version: 8|@ohos.account.appAccount.d.ts| 314|Initial version changed|Class name: Constants<br>Method or attribute name: KEY_OWNER = "owner"<br>Initial version: N/A|Class name: Constants<br>Method or attribute name: KEY_OWNER = "owner"<br>Initial version: 8|@ohos.account.appAccount.d.ts| 315|Initial version changed|Class name: Constants<br>Method or attribute name: KEY_TOKEN = "token"<br>Initial version: N/A|Class name: Constants<br>Method or attribute name: KEY_TOKEN = "token"<br>Initial version: 8|@ohos.account.appAccount.d.ts| 316|Initial version changed|Class name: Constants<br>Method or attribute name: KEY_ACTION = "action"<br>Initial version: N/A|Class name: Constants<br>Method or attribute name: KEY_ACTION = "action"<br>Initial version: 8|@ohos.account.appAccount.d.ts| 317|Initial version changed|Class name: Constants<br>Method or attribute name: KEY_AUTH_TYPE = "authType"<br>Initial version: N/A|Class name: Constants<br>Method or attribute name: KEY_AUTH_TYPE = "authType"<br>Initial version: 8|@ohos.account.appAccount.d.ts| 318|Initial version changed|Class name: Constants<br>Method or attribute name: KEY_SESSION_ID = "sessionId"<br>Initial version: N/A|Class name: Constants<br>Method or attribute name: KEY_SESSION_ID = "sessionId"<br>Initial version: 8|@ohos.account.appAccount.d.ts| 319|Initial version changed|Class name: Constants<br>Method or attribute name: KEY_CALLER_PID = "callerPid"<br>Initial version: N/A|Class name: Constants<br>Method or attribute name: KEY_CALLER_PID = "callerPid"<br>Initial version: 8|@ohos.account.appAccount.d.ts| 320|Initial version changed|Class name: Constants<br>Method or attribute name: KEY_CALLER_UID = "callerUid"<br>Initial version: N/A|Class name: Constants<br>Method or attribute name: KEY_CALLER_UID = "callerUid"<br>Initial version: 8|@ohos.account.appAccount.d.ts| 321|Initial version changed|Class name: Constants<br>Method or attribute name: KEY_CALLER_BUNDLE_NAME = "callerBundleName"<br>Initial version: N/A|Class name: Constants<br>Method or attribute name: KEY_CALLER_BUNDLE_NAME = "callerBundleName"<br>Initial version: 8|@ohos.account.appAccount.d.ts| 322|Initial version changed|Class name: DistributedInfo<br>Method or attribute name: name: string;<br>Initial version: N/A|Class name: DistributedInfo<br>Method or attribute name: name: string;<br>Initial version: 7|@ohos.account.distributedAccount.d.ts| 323|Initial version changed|Class name: DistributedInfo<br>Method or attribute name: id: string;<br>Initial version: N/A|Class name: DistributedInfo<br>Method or attribute name: id: string;<br>Initial version: 7|@ohos.account.distributedAccount.d.ts| 324|Initial version changed|Class name: DistributedInfo<br>Method or attribute name: event: string;<br>Initial version: N/A|Class name: DistributedInfo<br>Method or attribute name: event: string;<br>Initial version: 7|@ohos.account.distributedAccount.d.ts| 325|Initial version changed|Class name: PINAuth<br>Method or attribute name: unregisterInputer(): void;<br>Initial version: N/A|Class name: PINAuth<br>Method or attribute name: unregisterInputer(): void;<br>Initial version: 8|@ohos.account.osAccount.d.ts| 326|Permission changed|Class name: UserIdentityManager<br>Method or attribute name: getAuthInfo(authType?: AuthType): Promise\<Array\<EnrolledCredInfo>>;<br>Permission: ohos.permission.ACCESS_USER_IDM|Class name: UserIdentityManager<br>Method or attribute name: getAuthInfo(authType?: AuthType): Promise\<Array\<EnrolledCredInfo>>;<br>Permission: ohos.permission.USE_USER_IDM|@ohos.account.osAccount.d.ts| 327|Error code added|NA|Class name: AccountManager<br>Method or attribute name: activateOsAccount(localId: number, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 12300001, 12300002, 12300003, 12300008, 12300009|@ohos.account.osAccount.d.ts| 328|Error code added|NA|Class name: AccountManager<br>Method or attribute name: activateOsAccount(localId: number): Promise\<void>;<br>Error code: 201, 401, 12300001, 12300002, 12300003, 12300008, 12300009|@ohos.account.osAccount.d.ts| 329|Error code added|NA|Class name: AccountManager<br>Method or attribute name: removeOsAccount(localId: number, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 12300001, 12300002, 12300003, 12300008|@ohos.account.osAccount.d.ts| 330|Error code added|NA|Class name: AccountManager<br>Method or attribute name: removeOsAccount(localId: number): Promise\<void>;<br>Error code: 201, 401, 12300001, 12300002, 12300003, 12300008|@ohos.account.osAccount.d.ts| 331|Error code added|NA|Class name: AccountManager<br>Method or attribute name: setOsAccountConstraints(localId: number, constraints: Array\<string>, enable: boolean,<br> callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 12300001, 12300002, 12300003, 12300008|@ohos.account.osAccount.d.ts| 332|Error code added|NA|Class name: AccountManager<br>Method or attribute name: setOsAccountConstraints(localId: number, constraints: Array\<string>, enable: boolean): Promise\<void>;<br>Error code: 201, 401, 12300001, 12300002, 12300003, 12300008|@ohos.account.osAccount.d.ts| 333|Error code added|NA|Class name: AccountManager<br>Method or attribute name: setOsAccountName(localId: number, localName: string, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 12300001, 12300002, 12300003, 12300008|@ohos.account.osAccount.d.ts| 334|Error code added|NA|Class name: AccountManager<br>Method or attribute name: setOsAccountName(localId: number, localName: string): Promise\<void>;<br>Error code: 201, 401, 12300001, 12300002, 12300003, 12300008|@ohos.account.osAccount.d.ts| 335|Error code added|NA|Class name: AccountManager<br>Method or attribute name: queryMaxOsAccountNumber(callback: AsyncCallback\<number>): void;<br>Error code: 401, 12300001|@ohos.account.osAccount.d.ts| 336|Error code added|NA|Class name: AccountManager<br>Method or attribute name: queryMaxOsAccountNumber(): Promise\<number>;<br>Error code: 401, 12300001|@ohos.account.osAccount.d.ts| 337|Error code added|NA|Class name: AccountManager<br>Method or attribute name: queryAllCreatedOsAccounts(callback: AsyncCallback\<Array\<OsAccountInfo>>): void;<br>Error code: 201, 401, 12300001|@ohos.account.osAccount.d.ts| 338|Error code added|NA|Class name: AccountManager<br>Method or attribute name: queryAllCreatedOsAccounts(): Promise\<Array\<OsAccountInfo>>;<br>Error code: 201, 401, 12300001|@ohos.account.osAccount.d.ts| 339|Error code added|NA|Class name: AccountManager<br>Method or attribute name: createOsAccount(localName: string, type: OsAccountType, callback: AsyncCallback\<OsAccountInfo>): void;<br>Error code: 201, 401, 12300001, 12300002, 12300005, 12300006, 12300007|@ohos.account.osAccount.d.ts| 340|Error code added|NA|Class name: AccountManager<br>Method or attribute name: createOsAccount(localName: string, type: OsAccountType): Promise\<OsAccountInfo>;<br>Error code: 201, 401, 12300001, 12300002, 12300005, 12300006, 12300007|@ohos.account.osAccount.d.ts| 341|Error code added|NA|Class name: AccountManager<br>Method or attribute name: createOsAccountForDomain(type: OsAccountType, domainInfo: DomainAccountInfo, callback: AsyncCallback\<OsAccountInfo>): void;<br>Error code: 201, 401, 12300001, 12300002, 12300005, 12300006, 12300007|@ohos.account.osAccount.d.ts| 342|Error code added|NA|Class name: AccountManager<br>Method or attribute name: createOsAccountForDomain(type: OsAccountType, domainInfo: DomainAccountInfo): Promise\<OsAccountInfo>;<br>Error code: 201, 401, 12300001, 12300002, 12300005, 12300006, 12300007|@ohos.account.osAccount.d.ts| 343|Error code added|NA|Class name: AccountManager<br>Method or attribute name: queryOsAccountById(localId: number, callback: AsyncCallback\<OsAccountInfo>): void;<br>Error code: 201, 401, 12300001, 12300002, 12300003|@ohos.account.osAccount.d.ts| 344|Error code added|NA|Class name: AccountManager<br>Method or attribute name: queryOsAccountById(localId: number): Promise\<OsAccountInfo>;<br>Error code: 201, 401, 12300001, 12300002, 12300003|@ohos.account.osAccount.d.ts| 345|Error code added|NA|Class name: AccountManager<br>Method or attribute name: getOsAccountProfilePhoto(localId: number, callback: AsyncCallback\<string>): void;<br>Error code: 201, 401, 12300001, 12300002, 12300003|@ohos.account.osAccount.d.ts| 346|Error code added|NA|Class name: AccountManager<br>Method or attribute name: getOsAccountProfilePhoto(localId: number): Promise\<string>;<br>Error code: 201, 401, 12300001, 12300002, 12300003|@ohos.account.osAccount.d.ts| 347|Error code added|NA|Class name: AccountManager<br>Method or attribute name: setOsAccountProfilePhoto(localId: number, photo: string, callback: AsyncCallback\<void>): void;<br>Error code: 201, 401, 12300001, 12300002, 12300003, 12300008|@ohos.account.osAccount.d.ts| 348|Error code added|NA|Class name: AccountManager<br>Method or attribute name: setOsAccountProfilePhoto(localId: number, photo: string): Promise\<void>;<br>Error code: 201, 401, 12300001, 12300002, 12300003, 12300008|@ohos.account.osAccount.d.ts| 349|Error code added|NA|Class name: AccountManager<br>Method or attribute name: on(type: 'activate' \| 'activating', name: string, callback: Callback\<number>): void;<br>Error code: 201, 401, 12300001, 12300002, 12300011|@ohos.account.osAccount.d.ts| 350|Error code added|NA|Class name: AccountManager<br>Method or attribute name: on(type: 'activate' \| 'activating', name: string, callback: Callback\<number>): void;<br>Error code: 201, 401, 12300001, 12300002, 12300011|@ohos.account.osAccount.d.ts| 351|Error code added|NA|Class name: AccountManager<br>Method or attribute name: off(type: 'activate' \| 'activating', name: string, callback?: Callback\<number>): void;<br>Error code: 201, 401, 12300001, 12300002, 12300012|@ohos.account.osAccount.d.ts| 352|Error code added|NA|Class name: AccountManager<br>Method or attribute name: off(type: 'activate' \| 'activating', name: string, callback?: Callback\<number>): void;<br>Error code: 201, 401, 12300001, 12300002, 12300012|@ohos.account.osAccount.d.ts| 353|Error code added|NA|Class name: UserAuth<br>Method or attribute name: getAvailableStatus(authType: AuthType, authTrustLevel: AuthTrustLevel): number;<br>Error code: 201, 401, 12300001, 12300002|@ohos.account.osAccount.d.ts| 354|Error code added|NA|Class name: UserAuth<br>Method or attribute name: getProperty(request: GetPropertyRequest, callback: AsyncCallback\<ExecutorProperty>): void;<br>Error code: 201, 401, 12300001, 12300002|@ohos.account.osAccount.d.ts| 355|Error code added|NA|Class name: UserAuth<br>Method or attribute name: getProperty(request: GetPropertyRequest): Promise\<ExecutorProperty>;<br>Error code: 201, 401, 12300001, 12300002|@ohos.account.osAccount.d.ts| 356|Error code added|NA|Class name: UserAuth<br>Method or attribute name: auth(challenge: Uint8Array, authType: AuthType, authTrustLevel: AuthTrustLevel, callback: IUserAuthCallback): Uint8Array;<br>Error code: 201, 401, 12300001, 12300002, 12300101, 12300105, 12300106, 12300110, 12300111, 12300112|@ohos.account.osAccount.d.ts| 357|Error code added|NA|Class name: UserAuth<br>Method or attribute name: authUser(userId: number, challenge: Uint8Array, authType: AuthType, authTrustLevel: AuthTrustLevel, callback: IUserAuthCallback): Uint8Array;<br>Error code: 201, 401, 12300001, 12300002, 12300101, 12300105, 12300106, 12300110, 12300111, 12300112|@ohos.account.osAccount.d.ts| 358|Error code added|NA|Class name: PINAuth<br>Method or attribute name: unregisterInputer(): void;<br>Error code: 201|@ohos.account.osAccount.d.ts| 359|Error code added|NA|Class name: UserIdentityManager<br>Method or attribute name: openSession(callback: AsyncCallback\<Uint8Array>): void;<br>Error code: 201, 401, 12300001|@ohos.account.osAccount.d.ts| 360|Error code added|NA|Class name: UserIdentityManager<br>Method or attribute name: openSession(): Promise\<Uint8Array>;<br>Error code: 201, 401, 12300001|@ohos.account.osAccount.d.ts| 361|Error code added|NA|Class name: UserIdentityManager<br>Method or attribute name: addCredential(credentialInfo: CredentialInfo, callback: IIdmCallback): void;<br>Error code: 201, 401, 12300001, 12300002, 12300101, 12300106|@ohos.account.osAccount.d.ts| 362|Error code added|NA|Class name: UserIdentityManager<br>Method or attribute name: updateCredential(credentialInfo: CredentialInfo, callback: IIdmCallback): void;<br>Error code: 201, 401, 12300001, 12300002, 12300101, 12300106|@ohos.account.osAccount.d.ts| 363|Error code added|NA|Class name: UserIdentityManager<br>Method or attribute name: closeSession(): void;<br>Error code: 201|@ohos.account.osAccount.d.ts| 364|Error code added|NA|Class name: UserIdentityManager<br>Method or attribute name: delUser(token: Uint8Array, callback: IIdmCallback): void;<br>Error code: 201, 401, 12300001, 12300101|@ohos.account.osAccount.d.ts| 365|Error code added|NA|Class name: UserIdentityManager<br>Method or attribute name: delCred(credentialId: Uint8Array, token: Uint8Array, callback: IIdmCallback): void;<br>Error code: 201, 401, 12300001, 12300002, 12300101, 12300102|@ohos.account.osAccount.d.ts| 366|Error code added|NA|Class name: UserIdentityManager<br>Method or attribute name: getAuthInfo(authType?: AuthType): Promise\<Array\<EnrolledCredInfo>>;<br>Error code: 201, 401, 12300001, 12300002, 12300102|@ohos.account.osAccount.d.ts| 367|Permission added|Class name: AccountManager<br>Method or attribute name: isOsAccountVerified(callback: AsyncCallback\<boolean>): void;<br>Permission: N/A|Class name: AccountManager<br>Method or attribute name: isOsAccountVerified(callback: AsyncCallback\<boolean>): void;<br>Permission: ohos.permission.MANAGE_LOCAL_ACCOUNTS or ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS|@ohos.account.osAccount.d.ts| 368|Function changed|Class name: AppAccountManager<br>Method or attribute name: getAllAccounts(owner: string, callback: AsyncCallback\<Array\<AppAccountInfo>>): void;<br>|Class name: AppAccountManager<br>Method or attribute name: getAllAccounts(callback: AsyncCallback\<Array\<AppAccountInfo>>): void;<br>|@ohos.account.appAccount.d.ts| 369|Function changed|Class name: AppAccountManager<br>Method or attribute name: getAllAccounts(owner: string): Promise\<Array\<AppAccountInfo>>;<br>|Class name: AppAccountManager<br>Method or attribute name: getAllAccounts(): Promise\<Array\<AppAccountInfo>>;<br>|@ohos.account.appAccount.d.ts| 370|Function changed|Class name: AppAccountManager<br>Method or attribute name: getAllAccounts(owner: string, callback: AsyncCallback\<Array\<AppAccountInfo>>): void;<br>|Class name: AppAccountManager<br>Method or attribute name: getAllAccounts(owner: string, callback: AsyncCallback\<Array\<AppAccountInfo>>): void;<br>|@ohos.account.appAccount.d.ts| 371|Function changed|Class name: AppAccountManager<br>Method or attribute name: getAllAccounts(owner: string): Promise\<Array\<AppAccountInfo>>;<br>|Class name: AppAccountManager<br>Method or attribute name: getAllAccounts(owner: string): Promise\<Array\<AppAccountInfo>>;<br>|@ohos.account.appAccount.d.ts| 372|Function changed|Class name: UserAuth<br>Method or attribute name: setProperty(request: SetPropertyRequest, callback: AsyncCallback\<number>): void;<br>|Class name: UserAuth<br>Method or attribute name: setProperty(request: SetPropertyRequest, callback: AsyncCallback\<void>): void;<br>|@ohos.account.osAccount.d.ts| 373|Function changed|Class name: UserAuth<br>Method or attribute name: setProperty(request: SetPropertyRequest): Promise\<number>;<br>|Class name: UserAuth<br>Method or attribute name: setProperty(request: SetPropertyRequest): Promise\<void>;<br>|@ohos.account.osAccount.d.ts| 374|Function changed|Class name: UserAuth<br>Method or attribute name: cancelAuth(contextID: Uint8Array): number;<br>|Class name: UserAuth<br>Method or attribute name: cancelAuth(contextID: Uint8Array): void;<br>|@ohos.account.osAccount.d.ts| 375|Function changed|Class name: PINAuth<br>Method or attribute name: registerInputer(inputer: IInputer): boolean;<br>|Class name: PINAuth<br>Method or attribute name: registerInputer(inputer: IInputer): void;<br>|@ohos.account.osAccount.d.ts| 376|Function changed|Class name: UserIdentityManager<br>Method or attribute name: cancel(challenge: Uint8Array): number;<br>|Class name: UserIdentityManager<br>Method or attribute name: cancel(challenge: Uint8Array): void;<br>|@ohos.account.osAccount.d.ts| 377|Function changed|Class name: IInputData<br>Method or attribute name: onSetData: (pinSubType: AuthSubType, data: Uint8Array) => void;<br>|Class name: IInputData<br>Method or attribute name: onSetData: (authSubType: AuthSubType, data: Uint8Array) => void;<br>|@ohos.account.osAccount.d.ts| 378|Function changed|Class name: IInputer<br>Method or attribute name: onGetData: (callback: IInputData) => void;<br>|Class name: IInputer<br>Method or attribute name: onGetData: (authSubType: AuthSubType, callback: IInputData) => void;<br>|@ohos.account.osAccount.d.ts| 379