1| 操作 | 旧版本 | 新版本 | d.ts文件 | 2| ---- | ------ | ------ | -------- | 3|新增|NA|类名:GetDomainAccountInfoOptions;<br>方法or属性:accountName: string;|@ohos.account.osAccount.d.ts| 4|新增|NA|类名:DistributedAccountAbility;<br>方法or属性:getOsAccountDistributedInfoByLocalId(localId: number, callback: AsyncCallback\<DistributedInfo>): void;|@ohos.account.distributedAccount.d.ts| 5|新增|NA|类名:DistributedAccountAbility;<br>方法or属性:getOsAccountDistributedInfoByLocalId(localId: number): Promise\<DistributedInfo>;|@ohos.account.distributedAccount.d.ts| 6|新增|NA|类名:DistributedAccountAbility;<br>方法or属性:setOsAccountDistributedInfoByLocalId(<br> localId: number,<br> distributedInfo: DistributedInfo,<br> callback: AsyncCallback\<void><br> ): void;|@ohos.account.distributedAccount.d.ts| 7|新增|NA|类名:DistributedAccountAbility;<br>方法or属性:setOsAccountDistributedInfoByLocalId(localId: number, distributedInfo: DistributedInfo): Promise\<void>;|@ohos.account.distributedAccount.d.ts| 8|新增|NA|类名:DistributedAccountStatus;<br>方法or属性:NOT_LOGGED_IN = 0|@ohos.account.distributedAccount.d.ts| 9|新增|NA|类名:DistributedAccountStatus;<br>方法or属性:LOGGED_IN = 1|@ohos.account.distributedAccount.d.ts| 10|新增|NA|类名:DistributedInfo;<br>方法or属性:readonly status?: DistributedAccountStatus;|@ohos.account.distributedAccount.d.ts| 11|新增|NA|类名:AccountManager;<br>方法or属性:getOsAccountLocalIdForUidSync(uid: number): number;|@ohos.account.osAccount.d.ts| 12|新增|NA|类名:AccountManager;<br>方法or属性:getBundleIdForUidSync(uid: number): number;|@ohos.account.osAccount.d.ts| 13|新增|NA|类名:DomainAccountInfo;<br>方法or属性:accountId?: string;|@ohos.account.osAccount.d.ts| 14|新增|NA|类名:AuthStatusInfo;<br>方法or属性:remainTimes: number;|@ohos.account.osAccount.d.ts| 15|新增|NA|类名:AuthStatusInfo;<br>方法or属性:freezingTime: number;|@ohos.account.osAccount.d.ts| 16|新增|NA|类名:GetDomainAccessTokenOptions;<br>方法or属性:domainAccountInfo: DomainAccountInfo;|@ohos.account.osAccount.d.ts| 17|新增|NA|类名:GetDomainAccessTokenOptions;<br>方法or属性:domainAccountToken: Uint8Array;|@ohos.account.osAccount.d.ts| 18|新增|NA|类名:GetDomainAccessTokenOptions;<br>方法or属性:businessParams: { [key: string]: object };|@ohos.account.osAccount.d.ts| 19|新增|NA|类名:GetDomainAccessTokenOptions;<br>方法or属性:callerUid: number;|@ohos.account.osAccount.d.ts| 20|新增|NA|类名:GetDomainAccountInfoPluginOptions;<br>方法or属性:callerUid: number;|@ohos.account.osAccount.d.ts| 21|新增|NA|类名:GetDomainAccountInfoOptions;<br>方法or属性:domain?: string;|@ohos.account.osAccount.d.ts| 22|新增|NA|类名:DomainPlugin;<br>方法or属性:authWithPopup(domainAccountInfo: DomainAccountInfo, callback: IUserAuthCallback): void;|@ohos.account.osAccount.d.ts| 23|新增|NA|类名:DomainPlugin;<br>方法or属性:authWithToken(domainAccountInfo: DomainAccountInfo, token: Uint8Array, callback: IUserAuthCallback): void;|@ohos.account.osAccount.d.ts| 24|新增|NA|类名:DomainPlugin;<br>方法or属性:getAccountInfo(options: GetDomainAccountInfoPluginOptions, callback: AsyncCallback\<DomainAccountInfo>): void;|@ohos.account.osAccount.d.ts| 25|新增|NA|类名:DomainPlugin;<br>方法or属性:getAuthStatusInfo(domainAccountInfo: DomainAccountInfo, callback: AsyncCallback\<AuthStatusInfo>): void;|@ohos.account.osAccount.d.ts| 26|新增|NA|类名:DomainPlugin;<br>方法or属性:bindAccount(domainAccountInfo: DomainAccountInfo, localId: number, callback: AsyncCallback\<void>): void;|@ohos.account.osAccount.d.ts| 27|新增|NA|类名:DomainPlugin;<br>方法or属性:unbindAccount(domainAccountInfo: DomainAccountInfo, callback: AsyncCallback\<void>): void;|@ohos.account.osAccount.d.ts| 28|新增|NA|类名:DomainPlugin;<br>方法or属性:isAccountTokenValid(<br> domainAccountInfo: DomainAccountInfo,<br> token: Uint8Array,<br> callback: AsyncCallback\<boolean><br> ): void;|@ohos.account.osAccount.d.ts| 29|新增|NA|类名:DomainPlugin;<br>方法or属性:getAccessToken(options: GetDomainAccessTokenOptions, callback: AsyncCallback\<Uint8Array>): void;|@ohos.account.osAccount.d.ts| 30|新增|NA|类名:DomainAccountManager;<br>方法or属性:static auth(domainAccountInfo: DomainAccountInfo, credential: Uint8Array, callback: IUserAuthCallback): void;|@ohos.account.osAccount.d.ts| 31|新增|NA|类名:DomainAccountManager;<br>方法or属性:static authWithPopup(callback: IUserAuthCallback): void;|@ohos.account.osAccount.d.ts| 32|新增|NA|类名:DomainAccountManager;<br>方法or属性:static authWithPopup(localId: number, callback: IUserAuthCallback): void;|@ohos.account.osAccount.d.ts| 33|新增|NA|类名:DomainAccountManager;<br>方法or属性:static hasAccount(domainAccountInfo: DomainAccountInfo, callback: AsyncCallback\<boolean>): void;|@ohos.account.osAccount.d.ts| 34|新增|NA|类名:DomainAccountManager;<br>方法or属性:static hasAccount(domainAccountInfo: DomainAccountInfo): Promise\<boolean>;|@ohos.account.osAccount.d.ts| 35|新增|NA|类名:DomainAccountManager;<br>方法or属性:static updateAccountToken(<br> domainAccountInfo: DomainAccountInfo,<br> token: Uint8Array,<br> callback: AsyncCallback\<void><br> ): void;|@ohos.account.osAccount.d.ts| 36|新增|NA|类名:DomainAccountManager;<br>方法or属性:static updateAccountToken(domainAccountInfo: DomainAccountInfo, token: Uint8Array): Promise\<void>;|@ohos.account.osAccount.d.ts| 37|新增|NA|类名:DomainAccountManager;<br>方法or属性:static getAccountInfo(options: GetDomainAccountInfoOptions, callback: AsyncCallback\<DomainAccountInfo>): void;|@ohos.account.osAccount.d.ts| 38|新增|NA|类名:DomainAccountManager;<br>方法or属性:static getAccountInfo(options: GetDomainAccountInfoOptions): Promise\<DomainAccountInfo>;|@ohos.account.osAccount.d.ts| 39|新增|NA|类名:ExecutorProperty;<br>方法or属性:enrollmentProgress?: string;|@ohos.account.osAccount.d.ts| 40|新增|NA|类名:ExecutorProperty;<br>方法or属性:sensorInfo?: string;|@ohos.account.osAccount.d.ts| 41|新增|NA|类名:GetPropertyType;<br>方法or属性:ENROLLMENT_PROGRESS = 4|@ohos.account.osAccount.d.ts| 42|新增|NA|类名:GetPropertyType;<br>方法or属性:SENSOR_INFO = 5|@ohos.account.osAccount.d.ts| 43|新增|NA|类名:AuthType;<br>方法or属性:FINGERPRINT = 4|@ohos.account.osAccount.d.ts| 44|新增|NA|类名:AuthSubType;<br>方法or属性:FINGERPRINT_CAPACITIVE = 30000|@ohos.account.osAccount.d.ts| 45|新增|NA|类名:AuthSubType;<br>方法or属性:FINGERPRINT_OPTICAL = 30001|@ohos.account.osAccount.d.ts| 46|新增|NA|类名:AuthSubType;<br>方法or属性:FINGERPRINT_ULTRASONIC = 30002|@ohos.account.osAccount.d.ts| 47|新增|NA|类名:FingerprintTips;<br>方法or属性:FINGERPRINT_TIP_FINGER_DOWN = 6|@ohos.account.osAccount.d.ts| 48|新增|NA|类名:FingerprintTips;<br>方法or属性:FINGERPRINT_TIP_FINGER_UP = 7|@ohos.account.osAccount.d.ts| 49|废弃版本有变化|类名:AppAccountManager;<br>方法or属性:addAccount(name: string, extraInfo: string, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:addAccount(name: string, extraInfo: string, callback: AsyncCallback\<void>): void;<br>新版本信息:9<br>代替接口: appAccount.AppAccountManager#createAccount|@ohos.account.appAccount.d.ts| 50|废弃版本有变化|类名:AppAccountManager;<br>方法or属性:addAccount(name: string, extraInfo?: string): Promise\<void>;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:addAccount(name: string, extraInfo?: string): Promise\<void>;<br>新版本信息:9<br>代替接口: appAccount.AppAccountManager#createAccount|@ohos.account.appAccount.d.ts| 51|废弃版本有变化|类名:AppAccountManager;<br>方法or属性:deleteAccount(name: string): Promise\<void>;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:deleteAccount(name: string): Promise\<void>;<br>新版本信息:9<br>代替接口: appAccount.AppAccountManager#removeAccount|@ohos.account.appAccount.d.ts| 52|废弃版本有变化|类名:AppAccountManager;<br>方法or属性:disableAppAccess(name: string, bundleName: string): Promise\<void>;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:disableAppAccess(name: string, bundleName: string): Promise\<void>;<br>新版本信息:9<br>代替接口: appAccount.AppAccountManager#setAppAccess|@ohos.account.appAccount.d.ts| 53|废弃版本有变化|类名:AppAccountManager;<br>方法or属性:enableAppAccess(name: string, bundleName: string): Promise\<void>;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:enableAppAccess(name: string, bundleName: string): Promise\<void>;<br>新版本信息:9<br>代替接口: appAccount.AppAccountManager#setAppAccess|@ohos.account.appAccount.d.ts| 54|废弃版本有变化|类名:AppAccountManager;<br>方法or属性:checkAppAccountSyncEnable(name: string): Promise\<boolean>;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:checkAppAccountSyncEnable(name: string): Promise\<boolean>;<br>新版本信息:9<br>代替接口: appAccount.AppAccountManager#checkDataSyncEnabled|@ohos.account.appAccount.d.ts| 55|废弃版本有变化|类名:AppAccountManager;<br>方法or属性:setAccountCredential(name: string, credentialType: string, credential: string): Promise\<void>;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:setAccountCredential(name: string, credentialType: string, credential: string): Promise\<void>;<br>新版本信息:9<br>代替接口: appAccount.AppAccountManager#setCredential|@ohos.account.appAccount.d.ts| 56|废弃版本有变化|类名:AppAccountManager;<br>方法or属性:setAccountExtraInfo(name: string, extraInfo: string): Promise\<void>;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:setAccountExtraInfo(name: string, extraInfo: string): Promise\<void>;<br>新版本信息:9<br>代替接口: appAccount.AppAccountManager#setCustomData|@ohos.account.appAccount.d.ts| 57|废弃版本有变化|类名:AppAccountManager;<br>方法or属性:setAppAccountSyncEnable(name: string, isEnable: boolean): Promise\<void>;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:setAppAccountSyncEnable(name: string, isEnable: boolean): Promise\<void>;<br>新版本信息:9<br>代替接口: appAccount.AppAccountManager#setDataSyncEnabled|@ohos.account.appAccount.d.ts| 58|废弃版本有变化|类名:AppAccountManager;<br>方法or属性:setAssociatedData(name: string, key: string, value: string): Promise\<void>;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:setAssociatedData(name: string, key: string, value: string): Promise\<void>;<br>新版本信息:9<br>代替接口: appAccount.AppAccountManager#setCustomData|@ohos.account.appAccount.d.ts| 59|废弃版本有变化|类名:AppAccountManager;<br>方法or属性:getAllAccessibleAccounts(): Promise\<Array\<AppAccountInfo>>;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:getAllAccessibleAccounts(): Promise\<Array\<AppAccountInfo>>;<br>新版本信息:9<br>代替接口: appAccount.AppAccountManager#getAllAccounts|@ohos.account.appAccount.d.ts| 60|废弃版本有变化|类名:AppAccountManager;<br>方法or属性:getAllAccounts(owner: string): Promise\<Array\<AppAccountInfo>>;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:getAllAccounts(owner: string): Promise\<Array\<AppAccountInfo>>;<br>新版本信息:9<br>代替接口: appAccount.AppAccountManager#getAccountsByOwner|@ohos.account.appAccount.d.ts| 61|废弃版本有变化|类名:AppAccountManager;<br>方法or属性:getAccountCredential(name: string, credentialType: string): Promise\<string>;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:getAccountCredential(name: string, credentialType: string): Promise\<string>;<br>新版本信息:9<br>代替接口: appAccount.AppAccountManager#getCredential|@ohos.account.appAccount.d.ts| 62|废弃版本有变化|类名:AppAccountManager;<br>方法or属性:getAccountExtraInfo(name: string): Promise\<string>;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:getAccountExtraInfo(name: string): Promise\<string>;<br>新版本信息:9<br>代替接口: appAccount.AppAccountManager#getCustomData|@ohos.account.appAccount.d.ts| 63|废弃版本有变化|类名:AppAccountManager;<br>方法or属性:getAssociatedData(name: string, key: string): Promise\<string>;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:getAssociatedData(name: string, key: string): Promise\<string>;<br>新版本信息:9<br>代替接口: appAccount.AppAccountManager#getCustomData|@ohos.account.appAccount.d.ts| 64|废弃版本有变化|类名:AppAccountManager;<br>方法or属性:getOAuthToken(name: string, owner: string, authType: string): Promise\<string>;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:getOAuthToken(name: string, owner: string, authType: string): Promise\<string>;<br>新版本信息:9<br>代替接口: appAccount.AppAccountManager#getAuthToken|@ohos.account.appAccount.d.ts| 65|废弃版本有变化|类名:AppAccountManager;<br>方法or属性:setOAuthToken(name: string, authType: string, token: string): Promise\<void>;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:setOAuthToken(name: string, authType: string, token: string): Promise\<void>;<br>新版本信息:9<br>代替接口: appAccount.AppAccountManager#setAuthToken|@ohos.account.appAccount.d.ts| 66|废弃版本有变化|类名:AppAccountManager;<br>方法or属性:deleteOAuthToken(name: string, owner: string, authType: string, token: string): Promise\<void>;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:deleteOAuthToken(name: string, owner: string, authType: string, token: string): Promise\<void>;<br>新版本信息:9<br>代替接口: appAccount.AppAccountManager#deleteAuthToken|@ohos.account.appAccount.d.ts| 67|废弃版本有变化|类名:AppAccountManager;<br>方法or属性:setOAuthTokenVisibility(name: string, authType: string, bundleName: string, isVisible: boolean): Promise\<void>;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:setOAuthTokenVisibility(name: string, authType: string, bundleName: string, isVisible: boolean): Promise\<void>;<br>新版本信息:9<br>代替接口: appAccount.AppAccountManager#setAuthTokenVisibility|@ohos.account.appAccount.d.ts| 68|废弃版本有变化|类名:AppAccountManager;<br>方法or属性:checkOAuthTokenVisibility(name: string, authType: string, bundleName: string): Promise\<boolean>;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:checkOAuthTokenVisibility(name: string, authType: string, bundleName: string): Promise\<boolean>;<br>新版本信息:9<br>代替接口: appAccount.AppAccountManager#checkAuthTokenVisibility|@ohos.account.appAccount.d.ts| 69|废弃版本有变化|类名:AppAccountManager;<br>方法or属性:getAllOAuthTokens(name: string, owner: string): Promise\<Array\<OAuthTokenInfo>>;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:getAllOAuthTokens(name: string, owner: string): Promise\<Array\<OAuthTokenInfo>>;<br>新版本信息:9<br>代替接口: appAccount.AppAccountManager#getAllAuthTokens|@ohos.account.appAccount.d.ts| 70|废弃版本有变化|类名:AppAccountManager;<br>方法or属性:getOAuthList(name: string, authType: string): Promise\<Array\<string>>;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:getOAuthList(name: string, authType: string): Promise\<Array\<string>>;<br>新版本信息:9<br>代替接口: appAccount.AppAccountManager#getAuthList|@ohos.account.appAccount.d.ts| 71|废弃版本有变化|类名:AppAccountManager;<br>方法or属性:getAuthenticatorCallback(sessionId: string): Promise\<AuthenticatorCallback>;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:getAuthenticatorCallback(sessionId: string): Promise\<AuthenticatorCallback>;<br>新版本信息:9<br>代替接口: appAccount.AppAccountManager#getAuthCallback|@ohos.account.appAccount.d.ts| 72|废弃版本有变化|类名:AppAccountManager;<br>方法or属性:getAuthenticatorInfo(owner: string): Promise\<AuthenticatorInfo>;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:getAuthenticatorInfo(owner: string): Promise\<AuthenticatorInfo>;<br>新版本信息:9<br>代替接口: appAccount.AppAccountManager#queryAuthenticatorInfo|@ohos.account.appAccount.d.ts| 73|废弃版本有变化|类名:DistributedAccountAbility;<br>方法or属性:queryOsAccountDistributedInfo(): Promise\<DistributedInfo>;<br>旧版本信息:|类名:DistributedAccountAbility;<br>方法or属性:queryOsAccountDistributedInfo(): Promise\<DistributedInfo>;<br>新版本信息:9<br>代替接口: distributedAccount.DistributedAccountAbility#getOsAccountDistributedInfo|@ohos.account.distributedAccount.d.ts| 74|废弃版本有变化|类名:DistributedAccountAbility;<br>方法or属性:updateOsAccountDistributedInfo(accountInfo: DistributedInfo): Promise\<void>;<br>旧版本信息:|类名:DistributedAccountAbility;<br>方法or属性:updateOsAccountDistributedInfo(accountInfo: DistributedInfo): Promise\<void>;<br>新版本信息:9<br>代替接口: distributedAccount.DistributedAccountAbility#setOsAccountDistributedInfo|@ohos.account.distributedAccount.d.ts| 75|废弃版本有变化|类名:AccountManager;<br>方法or属性:isMultiOsAccountEnable(): Promise\<boolean>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:isMultiOsAccountEnable(): Promise\<boolean>;<br>新版本信息:9<br>代替接口: osAccount.AccountManager#checkMultiOsAccountEnabled|@ohos.account.osAccount.d.ts| 76|废弃版本有变化|类名:AccountManager;<br>方法or属性:isOsAccountActived(localId: number): Promise\<boolean>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:isOsAccountActived(localId: number): Promise\<boolean>;<br>新版本信息:9<br>代替接口: osAccount.AccountManager#checkOsAccountActivated|@ohos.account.osAccount.d.ts| 77|废弃版本有变化|类名:AccountManager;<br>方法or属性:isOsAccountConstraintEnable(localId: number, constraint: string): Promise\<boolean>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:isOsAccountConstraintEnable(localId: number, constraint: string): Promise\<boolean>;<br>新版本信息:9<br>代替接口: osAccount.AccountManager#checkConstraintEnabled|@ohos.account.osAccount.d.ts| 78|废弃版本有变化|类名:AccountManager;<br>方法or属性:isTestOsAccount(): Promise\<boolean>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:isTestOsAccount(): Promise\<boolean>;<br>新版本信息:9<br>代替接口: osAccount.AccountManager#checkOsAccountTestable|@ohos.account.osAccount.d.ts| 79|废弃版本有变化|类名:AccountManager;<br>方法or属性:isOsAccountVerified(localId: number, callback: AsyncCallback\<boolean>): void;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:isOsAccountVerified(localId: number, callback: AsyncCallback\<boolean>): void;<br>新版本信息:9<br>代替接口: osAccount.AccountManager#checkOsAccountVerified|@ohos.account.osAccount.d.ts| 80|废弃版本有变化|类名:AccountManager;<br>方法or属性:isOsAccountVerified(localId?: number): Promise\<boolean>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:isOsAccountVerified(localId?: number): Promise\<boolean>;<br>新版本信息:9<br>代替接口: osAccount.AccountManager#checkOsAccountVerified|@ohos.account.osAccount.d.ts| 81|废弃版本有变化|类名:AccountManager;<br>方法or属性:getCreatedOsAccountsCount(): Promise\<number>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:getCreatedOsAccountsCount(): Promise\<number>;<br>新版本信息:9<br>代替接口: osAccount.AccountManager#getOsAccountCount|@ohos.account.osAccount.d.ts| 82|废弃版本有变化|类名:AccountManager;<br>方法or属性:getOsAccountLocalIdFromProcess(): Promise\<number>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:getOsAccountLocalIdFromProcess(): Promise\<number>;<br>新版本信息:9<br>代替接口: osAccount.AccountManager#getOsAccountLocalId|@ohos.account.osAccount.d.ts| 83|废弃版本有变化|类名:AccountManager;<br>方法or属性:getOsAccountLocalIdFromUid(uid: number): Promise\<number>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:getOsAccountLocalIdFromUid(uid: number): Promise\<number>;<br>新版本信息:9<br>代替接口: osAccount.AccountManager#getOsAccountLocalIdForUid|@ohos.account.osAccount.d.ts| 84|废弃版本有变化|类名:AccountManager;<br>方法or属性:getOsAccountLocalIdFromDomain(domainInfo: DomainAccountInfo): Promise\<number>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:getOsAccountLocalIdFromDomain(domainInfo: DomainAccountInfo): Promise\<number>;<br>新版本信息:9<br>代替接口: osAccount.AccountManager#getOsAccountLocalIdForDomain|@ohos.account.osAccount.d.ts| 85|废弃版本有变化|类名:AccountManager;<br>方法or属性:getOsAccountAllConstraints(localId: number): Promise\<Array\<string>>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:getOsAccountAllConstraints(localId: number): Promise\<Array\<string>>;<br>新版本信息:9<br>代替接口: osAccount.AccountManager#getOsAccountConstraints|@ohos.account.osAccount.d.ts| 86|废弃版本有变化|类名:AccountManager;<br>方法or属性:queryActivatedOsAccountIds(): Promise\<Array\<number>>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:queryActivatedOsAccountIds(): Promise\<Array\<number>>;<br>新版本信息:9<br>代替接口: osAccount.AccountManager#getActivatedOsAccountLocalIds|@ohos.account.osAccount.d.ts| 87|废弃版本有变化|类名:AccountManager;<br>方法or属性:queryCurrentOsAccount(): Promise\<OsAccountInfo>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:queryCurrentOsAccount(): Promise\<OsAccountInfo>;<br>新版本信息:9<br>代替接口: osAccount.AccountManager#getCurrentOsAccount|@ohos.account.osAccount.d.ts| 88|废弃版本有变化|类名:AccountManager;<br>方法or属性:getOsAccountTypeFromProcess(): Promise\<OsAccountType>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:getOsAccountTypeFromProcess(): Promise\<OsAccountType>;<br>新版本信息:9<br>代替接口: osAccount.AccountManager#getOsAccountType|@ohos.account.osAccount.d.ts| 89|废弃版本有变化|类名:AccountManager;<br>方法or属性:getDistributedVirtualDeviceId(): Promise\<string>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:getDistributedVirtualDeviceId(): Promise\<string>;<br>新版本信息:9<br>代替接口: osAccount.AccountManager#queryDistributedVirtualDeviceId|@ohos.account.osAccount.d.ts| 90|废弃版本有变化|类名:AccountManager;<br>方法or属性:getOsAccountLocalIdBySerialNumber(serialNumber: number): Promise\<number>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:getOsAccountLocalIdBySerialNumber(serialNumber: number): Promise\<number>;<br>新版本信息:9<br>代替接口: osAccount.AccountManager#getOsAccountLocalIdForSerialNumber|@ohos.account.osAccount.d.ts| 91|废弃版本有变化|类名:AccountManager;<br>方法or属性:getSerialNumberByOsAccountLocalId(localId: number): Promise\<number>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:getSerialNumberByOsAccountLocalId(localId: number): Promise\<number>;<br>新版本信息:9<br>代替接口: osAccount.AccountManager#getSerialNumberForOsAccountLocalId|@ohos.account.osAccount.d.ts| 92|新增(错误码)|类名:AppAccountManager;<br>方法or属性:createAccount(name: string, options: CreateAccountOptions, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:createAccount(name: string, options: CreateAccountOptions, callback: AsyncCallback\<void>): void;<br>新版本信息:401,12300001,12300002,12300004,12300007|@ohos.account.appAccount.d.ts| 93|新增(错误码)|类名:AppAccountManager;<br>方法or属性:createAccount(name: string, options?: CreateAccountOptions): Promise\<void>;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:createAccount(name: string, options?: CreateAccountOptions): Promise\<void>;<br>新版本信息:401,12300001,12300002,12300004,12300007|@ohos.account.appAccount.d.ts| 94|新增(错误码)|类名:AppAccountManager;<br>方法or属性:createAccountImplicitly(owner: string, options: CreateAccountImplicitlyOptions, callback: AuthCallback): void;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:createAccountImplicitly(owner: string, options: CreateAccountImplicitlyOptions, callback: AuthCallback): void;<br>新版本信息:401,12300001,12300002,12300007,12300010,12300113,12300114|@ohos.account.appAccount.d.ts| 95|新增(错误码)|类名:AppAccountManager;<br>方法or属性:removeAccount(name: string): Promise\<void>;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:removeAccount(name: string): Promise\<void>;<br>新版本信息:401,12300001,12300002,12300003|@ohos.account.appAccount.d.ts| 96|新增(错误码)|类名:AppAccountManager;<br>方法or属性:setAppAccess(name: string, bundleName: string, isAccessible: boolean): Promise\<void>;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:setAppAccess(name: string, bundleName: string, isAccessible: boolean): Promise\<void>;<br>新版本信息:401,12300001,12300002,12300003,12400001|@ohos.account.appAccount.d.ts| 97|新增(错误码)|类名:AppAccountManager;<br>方法or属性:checkAppAccess(name: string, bundleName: string): Promise\<boolean>;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:checkAppAccess(name: string, bundleName: string): Promise\<boolean>;<br>新版本信息:401,12300001,12300002,12300003|@ohos.account.appAccount.d.ts| 98|新增(错误码)|类名:AppAccountManager;<br>方法or属性:checkDataSyncEnabled(name: string): Promise\<boolean>;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:checkDataSyncEnabled(name: string): Promise\<boolean>;<br>新版本信息:201,401,12300001,12300002,12300003|@ohos.account.appAccount.d.ts| 99|新增(错误码)|类名:AppAccountManager;<br>方法or属性:setCredential(name: string, credentialType: string, credential: string): Promise\<void>;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:setCredential(name: string, credentialType: string, credential: string): Promise\<void>;<br>新版本信息:401,12300001,12300002,12300003|@ohos.account.appAccount.d.ts| 100|新增(错误码)|类名:AppAccountManager;<br>方法or属性:setDataSyncEnabled(name: string, isEnabled: boolean): Promise\<void>;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:setDataSyncEnabled(name: string, isEnabled: boolean): Promise\<void>;<br>新版本信息:201,401,12300001,12300002,12300003|@ohos.account.appAccount.d.ts| 101|新增(错误码)|类名:AppAccountManager;<br>方法or属性:setCustomData(name: string, key: string, value: string): Promise\<void>;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:setCustomData(name: string, key: string, value: string): Promise\<void>;<br>新版本信息:401,12300001,12300002,12300003,12400003|@ohos.account.appAccount.d.ts| 102|新增(错误码)|类名:AppAccountManager;<br>方法or属性:getAllAccounts(): Promise\<Array\<AppAccountInfo>>;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:getAllAccounts(): Promise\<Array\<AppAccountInfo>>;<br>新版本信息:401,12300001|@ohos.account.appAccount.d.ts| 103|新增(错误码)|类名:AppAccountManager;<br>方法or属性:getAccountsByOwner(owner: string): Promise\<Array\<AppAccountInfo>>;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:getAccountsByOwner(owner: string): Promise\<Array\<AppAccountInfo>>;<br>新版本信息:401,12300001,12300002,12400001|@ohos.account.appAccount.d.ts| 104|新增(错误码)|类名:AppAccountManager;<br>方法or属性:getCredential(name: string, credentialType: string): Promise\<string>;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:getCredential(name: string, credentialType: string): Promise\<string>;<br>新版本信息:401,12300001,12300002,12300003,12300102|@ohos.account.appAccount.d.ts| 105|新增(错误码)|类名:AppAccountManager;<br>方法or属性:getCustomData(name: string, key: string): Promise\<string>;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:getCustomData(name: string, key: string): Promise\<string>;<br>新版本信息:401,12300001,12300002,12300003,12400002|@ohos.account.appAccount.d.ts| 106|新增(错误码)|类名:AppAccountManager;<br>方法or属性:auth(<br> name: string,<br> owner: string,<br> authType: string,<br> options: { [key: string]: Object },<br> callback: AuthCallback<br> ): void;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:auth(<br> name: string,<br> owner: string,<br> authType: string,<br> options: { [key: string]: Object },<br> callback: AuthCallback<br> ): void;<br>新版本信息:401,12300001,12300002,12300003,12300010,12300113,12300114|@ohos.account.appAccount.d.ts| 107|新增(错误码)|类名:AppAccountManager;<br>方法or属性:getAuthToken(name: string, owner: string, authType: string): Promise\<string>;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:getAuthToken(name: string, owner: string, authType: string): Promise\<string>;<br>新版本信息:401,12300001,12300002,12300003,12300107|@ohos.account.appAccount.d.ts| 108|新增(错误码)|类名:AppAccountManager;<br>方法or属性:setAuthToken(name: string, authType: string, token: string): Promise\<void>;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:setAuthToken(name: string, authType: string, token: string): Promise\<void>;<br>新版本信息:401,12300001,12300002,12300003,12400004|@ohos.account.appAccount.d.ts| 109|新增(错误码)|类名:AppAccountManager;<br>方法or属性:deleteAuthToken(name: string, owner: string, authType: string, token: string): Promise\<void>;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:deleteAuthToken(name: string, owner: string, authType: string, token: string): Promise\<void>;<br>新版本信息:401,12300001,12300002,12300003,12300107|@ohos.account.appAccount.d.ts| 110|新增(错误码)|类名:AppAccountManager;<br>方法or属性:setAuthTokenVisibility(name: string, authType: string, bundleName: string, isVisible: boolean): Promise\<void>;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:setAuthTokenVisibility(name: string, authType: string, bundleName: string, isVisible: boolean): Promise\<void>;<br>新版本信息:401,12300001,12300002,12300003,12300107,12400001,12400005|@ohos.account.appAccount.d.ts| 111|新增(错误码)|类名:AppAccountManager;<br>方法or属性:checkAuthTokenVisibility(name: string, authType: string, bundleName: string): Promise\<boolean>;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:checkAuthTokenVisibility(name: string, authType: string, bundleName: string): Promise\<boolean>;<br>新版本信息:401,12300001,12300002,12300003,12300107|@ohos.account.appAccount.d.ts| 112|新增(错误码)|类名:AppAccountManager;<br>方法or属性:getAllAuthTokens(name: string, owner: string): Promise\<Array\<AuthTokenInfo>>;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:getAllAuthTokens(name: string, owner: string): Promise\<Array\<AuthTokenInfo>>;<br>新版本信息:401,12300001,12300002,12300003|@ohos.account.appAccount.d.ts| 113|新增(错误码)|类名:AppAccountManager;<br>方法or属性:getAuthList(name: string, authType: string): Promise\<Array\<string>>;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:getAuthList(name: string, authType: string): Promise\<Array\<string>>;<br>新版本信息:401,12300001,12300002,12300003,12300107|@ohos.account.appAccount.d.ts| 114|新增(错误码)|类名:AppAccountManager;<br>方法or属性:getAuthCallback(sessionId: string): Promise\<AuthCallback>;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:getAuthCallback(sessionId: string): Promise\<AuthCallback>;<br>新版本信息:401,12300001,12300002,12300108|@ohos.account.appAccount.d.ts| 115|新增(错误码)|类名:AppAccountManager;<br>方法or属性:queryAuthenticatorInfo(owner: string): Promise\<AuthenticatorInfo>;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:queryAuthenticatorInfo(owner: string): Promise\<AuthenticatorInfo>;<br>新版本信息:401,12300001,12300002,12300113|@ohos.account.appAccount.d.ts| 116|新增(错误码)|类名:AppAccountManager;<br>方法or属性:checkAccountLabels(name: string, owner: string, labels: Array\<string>): Promise\<boolean>;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:checkAccountLabels(name: string, owner: string, labels: Array\<string>): Promise\<boolean>;<br>新版本信息:401,12300001,12300002,12300003,12300010,12300113,12300114|@ohos.account.appAccount.d.ts| 117|新增(错误码)|类名:AppAccountManager;<br>方法or属性:deleteCredential(name: string, credentialType: string): Promise\<void>;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:deleteCredential(name: string, credentialType: string): Promise\<void>;<br>新版本信息:401,12300001,12300002,12300003,12300102|@ohos.account.appAccount.d.ts| 118|新增(错误码)|类名:AppAccountManager;<br>方法or属性:selectAccountsByOptions(options: SelectAccountsOptions): Promise\<Array\<AppAccountInfo>>;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:selectAccountsByOptions(options: SelectAccountsOptions): Promise\<Array\<AppAccountInfo>>;<br>新版本信息:401,12300001,12300002,12300010,12300114|@ohos.account.appAccount.d.ts| 119|新增(错误码)|类名:AppAccountManager;<br>方法or属性:verifyCredential(name: string, owner: string, options: VerifyCredentialOptions, callback: AuthCallback): void;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:verifyCredential(name: string, owner: string, options: VerifyCredentialOptions, callback: AuthCallback): void;<br>新版本信息:401,12300001,12300002,12300003,12300010,12300113,12300114|@ohos.account.appAccount.d.ts| 120|新增(错误码)|类名:AppAccountManager;<br>方法or属性:setAuthenticatorProperties(owner: string, options: SetPropertiesOptions, callback: AuthCallback): void;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:setAuthenticatorProperties(owner: string, options: SetPropertiesOptions, callback: AuthCallback): void;<br>新版本信息:401,12300001,12300002,12300010,12300113,12300114|@ohos.account.appAccount.d.ts| 121|新增(错误码)|类名:DistributedAccountAbility;<br>方法or属性:getOsAccountDistributedInfo(): Promise\<DistributedInfo>;<br>旧版本信息:|类名:DistributedAccountAbility;<br>方法or属性:getOsAccountDistributedInfo(): Promise\<DistributedInfo>;<br>新版本信息:201,401,12300001|@ohos.account.distributedAccount.d.ts| 122|新增(错误码)|类名:DistributedAccountAbility;<br>方法or属性:setOsAccountDistributedInfo(accountInfo: DistributedInfo): Promise\<void>;<br>旧版本信息:|类名:DistributedAccountAbility;<br>方法or属性:setOsAccountDistributedInfo(accountInfo: DistributedInfo): Promise\<void>;<br>新版本信息:201,401,12300001,12300002,12300003|@ohos.account.distributedAccount.d.ts| 123|新增(错误码)|类名:AccountManager;<br>方法or属性:activateOsAccount(localId: number): Promise\<void>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:activateOsAccount(localId: number): Promise\<void>;<br>新版本信息:201,202,401,12300001,12300002,12300003,12300008,12300009|@ohos.account.osAccount.d.ts| 124|新增(错误码)|类名:AccountManager;<br>方法or属性:checkMultiOsAccountEnabled(): Promise\<boolean>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:checkMultiOsAccountEnabled(): Promise\<boolean>;<br>新版本信息:401,12300001|@ohos.account.osAccount.d.ts| 125|新增(错误码)|类名:AccountManager;<br>方法or属性:checkOsAccountActivated(localId: number): Promise\<boolean>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:checkOsAccountActivated(localId: number): Promise\<boolean>;<br>新版本信息:201,401,12300001,12300002,12300003|@ohos.account.osAccount.d.ts| 126|新增(错误码)|类名:AccountManager;<br>方法or属性:checkOsAccountTestable(): Promise\<boolean>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:checkOsAccountTestable(): Promise\<boolean>;<br>新版本信息:401,12300001|@ohos.account.osAccount.d.ts| 127|新增(错误码)|类名:AccountManager;<br>方法or属性:removeOsAccount(localId: number): Promise\<void>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:removeOsAccount(localId: number): Promise\<void>;<br>新版本信息:201,202,401,12300001,12300002,12300003,12300008|@ohos.account.osAccount.d.ts| 128|新增(错误码)|类名:AccountManager;<br>方法or属性:setOsAccountConstraints(localId: number, constraints: Array\<string>, enable: boolean): Promise\<void>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:setOsAccountConstraints(localId: number, constraints: Array\<string>, enable: boolean): Promise\<void>;<br>新版本信息:201,202,401,12300001,12300002,12300003,12300008|@ohos.account.osAccount.d.ts| 129|新增(错误码)|类名:AccountManager;<br>方法or属性:setOsAccountName(localId: number, localName: string): Promise\<void>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:setOsAccountName(localId: number, localName: string): Promise\<void>;<br>新版本信息:201,202,401,12300001,12300002,12300003,12300008|@ohos.account.osAccount.d.ts| 130|新增(错误码)|类名:AccountManager;<br>方法or属性:getOsAccountCount(): Promise\<number>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:getOsAccountCount(): Promise\<number>;<br>新版本信息:201,401,12300001|@ohos.account.osAccount.d.ts| 131|新增(错误码)|类名:AccountManager;<br>方法or属性:queryMaxOsAccountNumber(): Promise\<number>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:queryMaxOsAccountNumber(): Promise\<number>;<br>新版本信息:202,401,12300001|@ohos.account.osAccount.d.ts| 132|新增(错误码)|类名:AccountManager;<br>方法or属性:getOsAccountConstraints(localId: number): Promise\<Array\<string>>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:getOsAccountConstraints(localId: number): Promise\<Array\<string>>;<br>新版本信息:201,401,12300001,12300002,12300003|@ohos.account.osAccount.d.ts| 133|新增(错误码)|类名:AccountManager;<br>方法or属性:queryAllCreatedOsAccounts(): Promise\<Array\<OsAccountInfo>>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:queryAllCreatedOsAccounts(): Promise\<Array\<OsAccountInfo>>;<br>新版本信息:201,202,401,12300001|@ohos.account.osAccount.d.ts| 134|新增(错误码)|类名:AccountManager;<br>方法or属性:createOsAccount(localName: string, type: OsAccountType): Promise\<OsAccountInfo>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:createOsAccount(localName: string, type: OsAccountType): Promise\<OsAccountInfo>;<br>新版本信息:201,202,401,12300001,12300002,12300005,12300006,12300007|@ohos.account.osAccount.d.ts| 135|新增(错误码)|类名:AccountManager;<br>方法or属性:createOsAccountForDomain(type: OsAccountType, domainInfo: DomainAccountInfo): Promise\<OsAccountInfo>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:createOsAccountForDomain(type: OsAccountType, domainInfo: DomainAccountInfo): Promise\<OsAccountInfo>;<br>新版本信息:201,202,401,12300001,12300002,12300005,12300006,12300007|@ohos.account.osAccount.d.ts| 136|新增(错误码)|类名:AccountManager;<br>方法or属性:getCurrentOsAccount(): Promise\<OsAccountInfo>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:getCurrentOsAccount(): Promise\<OsAccountInfo>;<br>新版本信息:201,401,12300001|@ohos.account.osAccount.d.ts| 137|新增(错误码)|类名:AccountManager;<br>方法or属性:queryOsAccountById(localId: number): Promise\<OsAccountInfo>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:queryOsAccountById(localId: number): Promise\<OsAccountInfo>;<br>新版本信息:201,202,401,12300001,12300002,12300003|@ohos.account.osAccount.d.ts| 138|新增(错误码)|类名:AccountManager;<br>方法or属性:getOsAccountType(): Promise\<OsAccountType>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:getOsAccountType(): Promise\<OsAccountType>;<br>新版本信息:401,12300001|@ohos.account.osAccount.d.ts| 139|新增(错误码)|类名:AccountManager;<br>方法or属性:queryDistributedVirtualDeviceId(): Promise\<string>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:queryDistributedVirtualDeviceId(): Promise\<string>;<br>新版本信息:201,401,12300001|@ohos.account.osAccount.d.ts| 140|新增(错误码)|类名:AccountManager;<br>方法or属性:getOsAccountProfilePhoto(localId: number): Promise\<string>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:getOsAccountProfilePhoto(localId: number): Promise\<string>;<br>新版本信息:201,202,401,12300001,12300002,12300003|@ohos.account.osAccount.d.ts| 141|新增(错误码)|类名:AccountManager;<br>方法or属性:setOsAccountProfilePhoto(localId: number, photo: string): Promise\<void>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:setOsAccountProfilePhoto(localId: number, photo: string): Promise\<void>;<br>新版本信息:201,202,401,12300001,12300002,12300003,12300008|@ohos.account.osAccount.d.ts| 142|新增(错误码)|类名:AccountManager;<br>方法or属性:isMainOsAccount(): Promise\<boolean>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:isMainOsAccount(): Promise\<boolean>;<br>新版本信息:201,202,401,12300001|@ohos.account.osAccount.d.ts| 143|新增(错误码)|类名:UserAuth;<br>方法or属性:constructor();<br>旧版本信息:|类名:UserAuth;<br>方法or属性:constructor();<br>新版本信息:202|@ohos.account.osAccount.d.ts| 144|新增(错误码)|类名:PINAuth;<br>方法or属性:constructor();<br>旧版本信息:|类名:PINAuth;<br>方法or属性:constructor();<br>新版本信息:202|@ohos.account.osAccount.d.ts| 145|新增(错误码)|类名:UserIdentityManager;<br>方法or属性:constructor();<br>旧版本信息:|类名:UserIdentityManager;<br>方法or属性:constructor();<br>新版本信息:202|@ohos.account.osAccount.d.ts| 146|新增(错误码)|类名:UserAuth;<br>方法or属性:getVersion(): number;<br>旧版本信息:|类名:UserAuth;<br>方法or属性:getVersion(): number;<br>新版本信息:202|@ohos.account.osAccount.d.ts| 147|新增(错误码)|类名:UserAuth;<br>方法or属性:getProperty(request: GetPropertyRequest): Promise\<ExecutorProperty>;<br>旧版本信息:|类名:UserAuth;<br>方法or属性:getProperty(request: GetPropertyRequest): Promise\<ExecutorProperty>;<br>新版本信息:201,202,401,12300001,12300002|@ohos.account.osAccount.d.ts| 148|新增(错误码)|类名:UserAuth;<br>方法or属性:setProperty(request: SetPropertyRequest): Promise\<void>;<br>旧版本信息:|类名:UserAuth;<br>方法or属性:setProperty(request: SetPropertyRequest): Promise\<void>;<br>新版本信息:201,202,401,12300001,12300002|@ohos.account.osAccount.d.ts| 149|新增(错误码)|类名:UserIdentityManager;<br>方法or属性:openSession(): Promise\<Uint8Array>;<br>旧版本信息:|类名:UserIdentityManager;<br>方法or属性:openSession(): Promise\<Uint8Array>;<br>新版本信息:201,202,401,12300001|@ohos.account.osAccount.d.ts| 150|新增(错误码)|类名:UserIdentityManager;<br>方法or属性:getAuthInfo(authType: AuthType, callback: AsyncCallback\<Array\<EnrolledCredInfo>>): void;<br>旧版本信息:|类名:UserIdentityManager;<br>方法or属性:getAuthInfo(authType: AuthType, callback: AsyncCallback\<Array\<EnrolledCredInfo>>): void;<br>新版本信息:201,202,401,12300001,12300002,12300102|@ohos.account.osAccount.d.ts| 151|新增(错误码)|类名:UserIdentityManager;<br>方法or属性:getAuthInfo(authType?: AuthType): Promise\<Array\<EnrolledCredInfo>>;<br>旧版本信息:|类名:UserIdentityManager;<br>方法or属性:getAuthInfo(authType?: AuthType): Promise\<Array\<EnrolledCredInfo>>;<br>新版本信息:201,202,401,12300001,12300002,12300102|@ohos.account.osAccount.d.ts| 152|错误码有变化|类名:AppAccountManager;<br>方法or属性:on(type: 'accountChange', owners: Array\<string>, callback: Callback\<Array\<AppAccountInfo>>): void;<br>旧版本信息:401,12300001,12300002,12300011,12400001|类名:AppAccountManager;<br>方法or属性:on(type: 'accountChange', owners: Array\<string>, callback: Callback\<Array\<AppAccountInfo>>): void;<br>新版本信息:401,12300001,12300002,12400001|@ohos.account.appAccount.d.ts| 153|错误码有变化|类名:AppAccountManager;<br>方法or属性:off(type: 'accountChange', callback?: Callback\<Array\<AppAccountInfo>>): void;<br>旧版本信息:401,12300001,12300002,12300012|类名:AppAccountManager;<br>方法or属性:off(type: 'accountChange', callback?: Callback\<Array\<AppAccountInfo>>): void;<br>新版本信息:401,12300001,12300002|@ohos.account.appAccount.d.ts| 154|错误码有变化|类名:AccountManager;<br>方法or属性:activateOsAccount(localId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:201,401,12300001,12300002,12300003,12300008,12300009|类名:AccountManager;<br>方法or属性:activateOsAccount(localId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,12300001,12300002,12300003,12300008,12300009|@ohos.account.osAccount.d.ts| 155|错误码有变化|类名:AccountManager;<br>方法or属性:removeOsAccount(localId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:201,401,12300001,12300002,12300003,12300008|类名:AccountManager;<br>方法or属性:removeOsAccount(localId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,12300001,12300002,12300003,12300008|@ohos.account.osAccount.d.ts| 156|错误码有变化|类名:AccountManager;<br>方法or属性:setOsAccountConstraints(<br> localId: number,<br> constraints: Array\<string>,<br> enable: boolean,<br> callback: AsyncCallback\<void><br> ): void;<br>旧版本信息:201,401,12300001,12300002,12300003,12300008|类名:AccountManager;<br>方法or属性:setOsAccountConstraints(<br> localId: number,<br> constraints: Array\<string>,<br> enable: boolean,<br> callback: AsyncCallback\<void><br> ): void;<br>新版本信息:201,202,401,12300001,12300002,12300003,12300008|@ohos.account.osAccount.d.ts| 157|错误码有变化|类名:AccountManager;<br>方法or属性:setOsAccountName(localId: number, localName: string, callback: AsyncCallback\<void>): void;<br>旧版本信息:201,401,12300001,12300002,12300003,12300008|类名:AccountManager;<br>方法or属性:setOsAccountName(localId: number, localName: string, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,12300001,12300002,12300003,12300008|@ohos.account.osAccount.d.ts| 158|错误码有变化|类名:AccountManager;<br>方法or属性:queryMaxOsAccountNumber(callback: AsyncCallback\<number>): void;<br>旧版本信息:401,12300001|类名:AccountManager;<br>方法or属性:queryMaxOsAccountNumber(callback: AsyncCallback\<number>): void;<br>新版本信息:202,401,12300001|@ohos.account.osAccount.d.ts| 159|错误码有变化|类名:AccountManager;<br>方法or属性:queryAllCreatedOsAccounts(callback: AsyncCallback\<Array\<OsAccountInfo>>): void;<br>旧版本信息:201,401,12300001|类名:AccountManager;<br>方法or属性:queryAllCreatedOsAccounts(callback: AsyncCallback\<Array\<OsAccountInfo>>): void;<br>新版本信息:201,202,401,12300001|@ohos.account.osAccount.d.ts| 160|错误码有变化|类名:AccountManager;<br>方法or属性:createOsAccount(localName: string, type: OsAccountType, callback: AsyncCallback\<OsAccountInfo>): void;<br>旧版本信息:201,401,12300001,12300002,12300005,12300006,12300007|类名:AccountManager;<br>方法or属性:createOsAccount(localName: string, type: OsAccountType, callback: AsyncCallback\<OsAccountInfo>): void;<br>新版本信息:201,202,401,12300001,12300002,12300005,12300006,12300007|@ohos.account.osAccount.d.ts| 161|错误码有变化|类名:AccountManager;<br>方法or属性:createOsAccountForDomain(<br> type: OsAccountType,<br> domainInfo: DomainAccountInfo,<br> callback: AsyncCallback\<OsAccountInfo><br> ): void;<br>旧版本信息:201,401,12300001,12300002,12300005,12300006,12300007|类名:AccountManager;<br>方法or属性:createOsAccountForDomain(<br> type: OsAccountType,<br> domainInfo: DomainAccountInfo,<br> callback: AsyncCallback\<OsAccountInfo><br> ): void;<br>新版本信息:201,202,401,12300001,12300002,12300005,12300006,12300007|@ohos.account.osAccount.d.ts| 162|错误码有变化|类名:AccountManager;<br>方法or属性:queryOsAccountById(localId: number, callback: AsyncCallback\<OsAccountInfo>): void;<br>旧版本信息:201,401,12300001,12300002,12300003|类名:AccountManager;<br>方法or属性:queryOsAccountById(localId: number, callback: AsyncCallback\<OsAccountInfo>): void;<br>新版本信息:201,202,401,12300001,12300002,12300003|@ohos.account.osAccount.d.ts| 163|错误码有变化|类名:AccountManager;<br>方法or属性:getOsAccountProfilePhoto(localId: number, callback: AsyncCallback\<string>): void;<br>旧版本信息:201,401,12300001,12300002,12300003|类名:AccountManager;<br>方法or属性:getOsAccountProfilePhoto(localId: number, callback: AsyncCallback\<string>): void;<br>新版本信息:201,202,401,12300001,12300002,12300003|@ohos.account.osAccount.d.ts| 164|错误码有变化|类名:AccountManager;<br>方法or属性:setOsAccountProfilePhoto(localId: number, photo: string, callback: AsyncCallback\<void>): void;<br>旧版本信息:201,401,12300001,12300002,12300003,12300008|类名:AccountManager;<br>方法or属性:setOsAccountProfilePhoto(localId: number, photo: string, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,12300001,12300002,12300003,12300008|@ohos.account.osAccount.d.ts| 165|错误码有变化|类名:AccountManager;<br>方法or属性:on(type: 'activate' \| 'activating', name: string, callback: Callback\<number>): void;<br>旧版本信息:12300001,12300002,12300011,201,401|类名:AccountManager;<br>方法or属性:on(type: 'activate' \| 'activating', name: string, callback: Callback\<number>): void;<br>新版本信息:12300001,12300002,201,202,401|@ohos.account.osAccount.d.ts| 166|错误码有变化|类名:AccountManager;<br>方法or属性:off(type: 'activate' \| 'activating', name: string, callback?: Callback\<number>): void;<br>旧版本信息:12300001,12300002,12300012,201,401|类名:AccountManager;<br>方法or属性:off(type: 'activate' \| 'activating', name: string, callback?: Callback\<number>): void;<br>新版本信息:12300001,12300002,201,202,401|@ohos.account.osAccount.d.ts| 167|错误码有变化|类名:AccountManager;<br>方法or属性:isMainOsAccount(callback: AsyncCallback\<boolean>): void;<br>旧版本信息:201,401,12300001|类名:AccountManager;<br>方法or属性:isMainOsAccount(callback: AsyncCallback\<boolean>): void;<br>新版本信息:201,202,401,12300001|@ohos.account.osAccount.d.ts| 168|错误码有变化|类名:UserAuth;<br>方法or属性:getAvailableStatus(authType: AuthType, authTrustLevel: AuthTrustLevel): number;<br>旧版本信息:201,401,12300001,12300002|类名:UserAuth;<br>方法or属性:getAvailableStatus(authType: AuthType, authTrustLevel: AuthTrustLevel): number;<br>新版本信息:201,202,401,12300001,12300002|@ohos.account.osAccount.d.ts| 169|错误码有变化|类名:UserAuth;<br>方法or属性:getProperty(request: GetPropertyRequest, callback: AsyncCallback\<ExecutorProperty>): void;<br>旧版本信息:201,401,12300001,12300002|类名:UserAuth;<br>方法or属性:getProperty(request: GetPropertyRequest, callback: AsyncCallback\<ExecutorProperty>): void;<br>新版本信息:201,202,401,12300001,12300002|@ohos.account.osAccount.d.ts| 170|错误码有变化|类名:UserAuth;<br>方法or属性:setProperty(request: SetPropertyRequest, callback: AsyncCallback\<void>): void;<br>旧版本信息:201,401,12300001,12300002|类名:UserAuth;<br>方法or属性:setProperty(request: SetPropertyRequest, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,12300001,12300002|@ohos.account.osAccount.d.ts| 171|错误码有变化|类名:UserAuth;<br>方法or属性:auth(<br> challenge: Uint8Array,<br> authType: AuthType,<br> authTrustLevel: AuthTrustLevel,<br> callback: IUserAuthCallback<br> ): Uint8Array;<br>旧版本信息:201,401,12300001,12300002,12300101,12300105,12300106,12300110,12300111,12300112|类名:UserAuth;<br>方法or属性:auth(<br> challenge: Uint8Array,<br> authType: AuthType,<br> authTrustLevel: AuthTrustLevel,<br> callback: IUserAuthCallback<br> ): Uint8Array;<br>新版本信息:201,202,401,12300001,12300002,12300101,12300102,12300105,12300106,12300109,12300110,12300111,12300112|@ohos.account.osAccount.d.ts| 172|错误码有变化|类名:UserAuth;<br>方法or属性:authUser(<br> userId: number,<br> challenge: Uint8Array,<br> authType: AuthType,<br> authTrustLevel: AuthTrustLevel,<br> callback: IUserAuthCallback<br> ): Uint8Array;<br>旧版本信息:201,401,12300001,12300002,12300101,12300105,12300106,12300110,12300111,12300112|类名:UserAuth;<br>方法or属性:authUser(<br> userId: number,<br> challenge: Uint8Array,<br> authType: AuthType,<br> authTrustLevel: AuthTrustLevel,<br> callback: IUserAuthCallback<br> ): Uint8Array;<br>新版本信息:201,202,401,12300001,12300002,12300101,12300102,12300105,12300106,12300109,12300110,12300111,12300112|@ohos.account.osAccount.d.ts| 173|错误码有变化|类名:UserAuth;<br>方法or属性:cancelAuth(contextID: Uint8Array): void;<br>旧版本信息:201,401,12300001,12300002|类名:UserAuth;<br>方法or属性:cancelAuth(contextID: Uint8Array): void;<br>新版本信息:201,202,401,12300001,12300002|@ohos.account.osAccount.d.ts| 174|错误码有变化|类名:PINAuth;<br>方法or属性:registerInputer(inputer: IInputer): void;<br>旧版本信息:201,401,12300001,12300002,12300103|类名:PINAuth;<br>方法or属性:registerInputer(inputer: IInputer): void;<br>新版本信息:201,202,401,12300001,12300002,12300103|@ohos.account.osAccount.d.ts| 175|错误码有变化|类名:PINAuth;<br>方法or属性:unregisterInputer(): void;<br>旧版本信息:201|类名:PINAuth;<br>方法or属性:unregisterInputer(): void;<br>新版本信息:201,202|@ohos.account.osAccount.d.ts| 176|错误码有变化|类名:UserIdentityManager;<br>方法or属性:openSession(callback: AsyncCallback\<Uint8Array>): void;<br>旧版本信息:201,401,12300001|类名:UserIdentityManager;<br>方法or属性:openSession(callback: AsyncCallback\<Uint8Array>): void;<br>新版本信息:201,202,401,12300001|@ohos.account.osAccount.d.ts| 177|错误码有变化|类名:UserIdentityManager;<br>方法or属性:addCredential(credentialInfo: CredentialInfo, callback: IIdmCallback): void;<br>旧版本信息:201,401,12300001,12300002,12300101,12300106|类名:UserIdentityManager;<br>方法or属性:addCredential(credentialInfo: CredentialInfo, callback: IIdmCallback): void;<br>新版本信息:201,202,401,12300001,12300002,12300101,12300106,12300109,12300111,12300115|@ohos.account.osAccount.d.ts| 178|错误码有变化|类名:UserIdentityManager;<br>方法or属性:updateCredential(credentialInfo: CredentialInfo, callback: IIdmCallback): void;<br>旧版本信息:201,401,12300001,12300002,12300101,12300106|类名:UserIdentityManager;<br>方法or属性:updateCredential(credentialInfo: CredentialInfo, callback: IIdmCallback): void;<br>新版本信息:201,202,401,12300001,12300002,12300101,12300102,12300106,12300109,12300111|@ohos.account.osAccount.d.ts| 179|错误码有变化|类名:UserIdentityManager;<br>方法or属性:closeSession(): void;<br>旧版本信息:201|类名:UserIdentityManager;<br>方法or属性:closeSession(): void;<br>新版本信息:201,202|@ohos.account.osAccount.d.ts| 180|错误码有变化|类名:UserIdentityManager;<br>方法or属性:cancel(challenge: Uint8Array): void;<br>旧版本信息:201,401,12300001,12300002|类名:UserIdentityManager;<br>方法or属性:cancel(challenge: Uint8Array): void;<br>新版本信息:201,202,401,12300001,12300002|@ohos.account.osAccount.d.ts| 181|错误码有变化|类名:UserIdentityManager;<br>方法or属性:delUser(token: Uint8Array, callback: IIdmCallback): void;<br>旧版本信息:201,401,12300001,12300101|类名:UserIdentityManager;<br>方法or属性:delUser(token: Uint8Array, callback: IIdmCallback): void;<br>新版本信息:201,202,401,12300001,12300101|@ohos.account.osAccount.d.ts| 182|错误码有变化|类名:UserIdentityManager;<br>方法or属性:delCred(credentialId: Uint8Array, token: Uint8Array, callback: IIdmCallback): void;<br>旧版本信息:201,401,12300001,12300002,12300101,12300102|类名:UserIdentityManager;<br>方法or属性:delCred(credentialId: Uint8Array, token: Uint8Array, callback: IIdmCallback): void;<br>新版本信息:201,202,401,12300001,12300002,12300101,12300102|@ohos.account.osAccount.d.ts| 183|错误码有变化|类名:UserIdentityManager;<br>方法or属性:getAuthInfo(callback: AsyncCallback\<Array\<EnrolledCredInfo>>): void;<br>旧版本信息:12300001,12300002,12300102,201,401|类名:UserIdentityManager;<br>方法or属性:getAuthInfo(callback: AsyncCallback\<Array\<EnrolledCredInfo>>): void;<br>新版本信息:12300001,12300102,201,202,401|@ohos.account.osAccount.d.ts| 184|错误码有变化|类名:IInputData;<br>方法or属性:onSetData: (authSubType: AuthSubType, data: Uint8Array) => void;<br>旧版本信息:401,12300002|类名:IInputData;<br>方法or属性:onSetData: (authSubType: AuthSubType, data: Uint8Array) => void;<br>新版本信息:202,401,12300002|@ohos.account.osAccount.d.ts| 185|访问级别有变化|类名:AccountManager;<br>方法or属性:activateOsAccount(localId: number): Promise\<void>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:activateOsAccount(localId: number): Promise\<void>;<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 186|访问级别有变化|类名:AccountManager;<br>方法or属性:removeOsAccount(localId: number): Promise\<void>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:removeOsAccount(localId: number): Promise\<void>;<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 187|访问级别有变化|类名:AccountManager;<br>方法or属性:setOsAccountConstraints(localId: number, constraints: Array\<string>, enable: boolean): Promise\<void>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:setOsAccountConstraints(localId: number, constraints: Array\<string>, enable: boolean): Promise\<void>;<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 188|访问级别有变化|类名:AccountManager;<br>方法or属性:setOsAccountName(localId: number, localName: string): Promise\<void>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:setOsAccountName(localId: number, localName: string): Promise\<void>;<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 189|访问级别有变化|类名:AccountManager;<br>方法or属性:queryMaxOsAccountNumber(): Promise\<number>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:queryMaxOsAccountNumber(): Promise\<number>;<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 190|访问级别有变化|类名:AccountManager;<br>方法or属性:queryAllCreatedOsAccounts(): Promise\<Array\<OsAccountInfo>>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:queryAllCreatedOsAccounts(): Promise\<Array\<OsAccountInfo>>;<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 191|访问级别有变化|类名:AccountManager;<br>方法or属性:createOsAccount(localName: string, type: OsAccountType): Promise\<OsAccountInfo>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:createOsAccount(localName: string, type: OsAccountType): Promise\<OsAccountInfo>;<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 192|访问级别有变化|类名:AccountManager;<br>方法or属性:createOsAccountForDomain(type: OsAccountType, domainInfo: DomainAccountInfo): Promise\<OsAccountInfo>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:createOsAccountForDomain(type: OsAccountType, domainInfo: DomainAccountInfo): Promise\<OsAccountInfo>;<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 193|访问级别有变化|类名:AccountManager;<br>方法or属性:queryOsAccountById(localId: number): Promise\<OsAccountInfo>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:queryOsAccountById(localId: number): Promise\<OsAccountInfo>;<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 194|访问级别有变化|类名:AccountManager;<br>方法or属性:getOsAccountProfilePhoto(localId: number): Promise\<string>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:getOsAccountProfilePhoto(localId: number): Promise\<string>;<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 195|访问级别有变化|类名:AccountManager;<br>方法or属性:setOsAccountProfilePhoto(localId: number, photo: string): Promise\<void>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:setOsAccountProfilePhoto(localId: number, photo: string): Promise\<void>;<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 196|访问级别有变化|类名:AccountManager;<br>方法or属性:isMainOsAccount(): Promise\<boolean>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:isMainOsAccount(): Promise\<boolean>;<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 197|访问级别有变化|类名:ConstraintSourceTypeInfo;<br>方法or属性:localId: number;<br>旧版本信息:|类名:ConstraintSourceTypeInfo;<br>方法or属性:localId: number;<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 198|访问级别有变化|类名:UserAuth;<br>方法or属性:class UserAuth<br>旧版本信息:|类名:UserAuth;<br>方法or属性:class UserAuth<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 199|访问级别有变化|类名:UserAuth;<br>方法or属性:getProperty(request: GetPropertyRequest): Promise\<ExecutorProperty>;<br>旧版本信息:|类名:UserAuth;<br>方法or属性:getProperty(request: GetPropertyRequest): Promise\<ExecutorProperty>;<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 200|访问级别有变化|类名:UserAuth;<br>方法or属性:setProperty(request: SetPropertyRequest): Promise\<void>;<br>旧版本信息:|类名:UserAuth;<br>方法or属性:setProperty(request: SetPropertyRequest): Promise\<void>;<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 201|访问级别有变化|类名:PINAuth;<br>方法or属性:class PINAuth<br>旧版本信息:|类名:PINAuth;<br>方法or属性:class PINAuth<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 202|访问级别有变化|类名:InputerManager;<br>方法or属性:class InputerManager<br>旧版本信息:|类名:InputerManager;<br>方法or属性:class InputerManager<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 203|访问级别有变化|类名:DomainPlugin;<br>方法or属性:interface DomainPlugin<br>旧版本信息:|类名:DomainPlugin;<br>方法or属性:interface DomainPlugin<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 204|访问级别有变化|类名:DomainAccountManager;<br>方法or属性:class DomainAccountManager<br>旧版本信息:|类名:DomainAccountManager;<br>方法or属性:class DomainAccountManager<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 205|访问级别有变化|类名:UserIdentityManager;<br>方法or属性:class UserIdentityManager<br>旧版本信息:|类名:UserIdentityManager;<br>方法or属性:class UserIdentityManager<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 206|访问级别有变化|类名:UserIdentityManager;<br>方法or属性:openSession(): Promise\<Uint8Array>;<br>旧版本信息:|类名:UserIdentityManager;<br>方法or属性:openSession(): Promise\<Uint8Array>;<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 207|访问级别有变化|类名:UserIdentityManager;<br>方法or属性:getAuthInfo(authType: AuthType, callback: AsyncCallback\<Array\<EnrolledCredInfo>>): void;<br>旧版本信息:|类名:UserIdentityManager;<br>方法or属性:getAuthInfo(authType: AuthType, callback: AsyncCallback\<Array\<EnrolledCredInfo>>): void;<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 208|访问级别有变化|类名:UserIdentityManager;<br>方法or属性:getAuthInfo(authType?: AuthType): Promise\<Array\<EnrolledCredInfo>>;<br>旧版本信息:|类名:UserIdentityManager;<br>方法or属性:getAuthInfo(authType?: AuthType): Promise\<Array\<EnrolledCredInfo>>;<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 209|访问级别有变化|类名:GetPropertyRequest;<br>方法or属性:authType: AuthType;<br>旧版本信息:|类名:GetPropertyRequest;<br>方法or属性:authType: AuthType;<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 210|访问级别有变化|类名:SetPropertyRequest;<br>方法or属性:authType: AuthType;<br>旧版本信息:|类名:SetPropertyRequest;<br>方法or属性:authType: AuthType;<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 211|访问级别有变化|类名:EnrolledCredInfo;<br>方法or属性:authType: AuthType;<br>旧版本信息:|类名:EnrolledCredInfo;<br>方法or属性:authType: AuthType;<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 212|访问级别有变化|类名:GetPropertyRequest;<br>方法or属性:keys: Array\<GetPropertyType>;<br>旧版本信息:|类名:GetPropertyRequest;<br>方法or属性:keys: Array\<GetPropertyType>;<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 213|访问级别有变化|类名:SetPropertyRequest;<br>方法or属性:key: SetPropertyType;<br>旧版本信息:|类名:SetPropertyRequest;<br>方法or属性:key: SetPropertyType;<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 214|访问级别有变化|类名:SetPropertyRequest;<br>方法or属性:setInfo: Uint8Array;<br>旧版本信息:|类名:SetPropertyRequest;<br>方法or属性:setInfo: Uint8Array;<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 215|访问级别有变化|类名:ExecutorProperty;<br>方法or属性:result: number;<br>旧版本信息:|类名:ExecutorProperty;<br>方法or属性:result: number;<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 216|访问级别有变化|类名:ExecutorProperty;<br>方法or属性:authSubType: AuthSubType;<br>旧版本信息:|类名:ExecutorProperty;<br>方法or属性:authSubType: AuthSubType;<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 217|访问级别有变化|类名:EnrolledCredInfo;<br>方法or属性:authSubType: AuthSubType;<br>旧版本信息:|类名:EnrolledCredInfo;<br>方法or属性:authSubType: AuthSubType;<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 218|访问级别有变化|类名:ExecutorProperty;<br>方法or属性:remainTimes?: number;<br>旧版本信息:|类名:ExecutorProperty;<br>方法or属性:remainTimes?: number;<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 219|访问级别有变化|类名:AuthResult;<br>方法or属性:remainTimes?: number;<br>旧版本信息:|类名:AuthResult;<br>方法or属性:remainTimes?: number;<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 220|访问级别有变化|类名:ExecutorProperty;<br>方法or属性:freezingTime?: number;<br>旧版本信息:|类名:ExecutorProperty;<br>方法or属性:freezingTime?: number;<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 221|访问级别有变化|类名:AuthResult;<br>方法or属性:freezingTime?: number;<br>旧版本信息:|类名:AuthResult;<br>方法or属性:freezingTime?: number;<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 222|访问级别有变化|类名:AuthResult;<br>方法or属性:token?: Uint8Array;<br>旧版本信息:|类名:AuthResult;<br>方法or属性:token?: Uint8Array;<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 223|访问级别有变化|类名:CredentialInfo;<br>方法or属性:credType: AuthType;<br>旧版本信息:|类名:CredentialInfo;<br>方法or属性:credType: AuthType;<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 224|访问级别有变化|类名:CredentialInfo;<br>方法or属性:credSubType: AuthSubType;<br>旧版本信息:|类名:CredentialInfo;<br>方法or属性:credSubType: AuthSubType;<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 225|访问级别有变化|类名:CredentialInfo;<br>方法or属性:token: Uint8Array;<br>旧版本信息:|类名:CredentialInfo;<br>方法or属性:token: Uint8Array;<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 226|访问级别有变化|类名:RequestResult;<br>方法or属性:credentialId?: Uint8Array;<br>旧版本信息:|类名:RequestResult;<br>方法or属性:credentialId?: Uint8Array;<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 227|访问级别有变化|类名:EnrolledCredInfo;<br>方法or属性:credentialId: Uint8Array;<br>旧版本信息:|类名:EnrolledCredInfo;<br>方法or属性:credentialId: Uint8Array;<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 228|访问级别有变化|类名:EnrolledCredInfo;<br>方法or属性:templateId: Uint8Array;<br>旧版本信息:|类名:EnrolledCredInfo;<br>方法or属性:templateId: Uint8Array;<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 229|访问级别有变化|类名:GetPropertyType;<br>方法or属性:AUTH_SUB_TYPE = 1<br>旧版本信息:|类名:GetPropertyType;<br>方法or属性:AUTH_SUB_TYPE = 1<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 230|访问级别有变化|类名:GetPropertyType;<br>方法or属性:REMAIN_TIMES = 2<br>旧版本信息:|类名:GetPropertyType;<br>方法or属性:REMAIN_TIMES = 2<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 231|访问级别有变化|类名:GetPropertyType;<br>方法or属性:FREEZING_TIME = 3<br>旧版本信息:|类名:GetPropertyType;<br>方法or属性:FREEZING_TIME = 3<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 232|访问级别有变化|类名:SetPropertyType;<br>方法or属性:INIT_ALGORITHM = 1<br>旧版本信息:|类名:SetPropertyType;<br>方法or属性:INIT_ALGORITHM = 1<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 233|访问级别有变化|类名:AuthType;<br>方法or属性:PIN = 1<br>旧版本信息:|类名:AuthType;<br>方法or属性:PIN = 1<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 234|访问级别有变化|类名:AuthType;<br>方法or属性:FACE = 2<br>旧版本信息:|类名:AuthType;<br>方法or属性:FACE = 2<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 235|访问级别有变化|类名:AuthType;<br>方法or属性:DOMAIN = 1024<br>旧版本信息:|类名:AuthType;<br>方法or属性:DOMAIN = 1024<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 236|访问级别有变化|类名:AuthSubType;<br>方法or属性:PIN_SIX = 10000<br>旧版本信息:|类名:AuthSubType;<br>方法or属性:PIN_SIX = 10000<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 237|访问级别有变化|类名:AuthSubType;<br>方法or属性:PIN_NUMBER = 10001<br>旧版本信息:|类名:AuthSubType;<br>方法or属性:PIN_NUMBER = 10001<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 238|访问级别有变化|类名:AuthSubType;<br>方法or属性:PIN_MIXED = 10002<br>旧版本信息:|类名:AuthSubType;<br>方法or属性:PIN_MIXED = 10002<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 239|访问级别有变化|类名:AuthSubType;<br>方法or属性:FACE_2D = 20000<br>旧版本信息:|类名:AuthSubType;<br>方法or属性:FACE_2D = 20000<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 240|访问级别有变化|类名:AuthSubType;<br>方法or属性:FACE_3D = 20001<br>旧版本信息:|类名:AuthSubType;<br>方法or属性:FACE_3D = 20001<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 241|访问级别有变化|类名:AuthSubType;<br>方法or属性:DOMAIN_MIXED = 10240001<br>旧版本信息:|类名:AuthSubType;<br>方法or属性:DOMAIN_MIXED = 10240001<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 242|访问级别有变化|类名:AuthTrustLevel;<br>方法or属性:ATL1 = 10000<br>旧版本信息:|类名:AuthTrustLevel;<br>方法or属性:ATL1 = 10000<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 243|访问级别有变化|类名:AuthTrustLevel;<br>方法or属性:ATL2 = 20000<br>旧版本信息:|类名:AuthTrustLevel;<br>方法or属性:ATL2 = 20000<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 244|访问级别有变化|类名:AuthTrustLevel;<br>方法or属性:ATL3 = 30000<br>旧版本信息:|类名:AuthTrustLevel;<br>方法or属性:ATL3 = 30000<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 245|访问级别有变化|类名:AuthTrustLevel;<br>方法or属性:ATL4 = 40000<br>旧版本信息:|类名:AuthTrustLevel;<br>方法or属性:ATL4 = 40000<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 246|访问级别有变化|类名:Module;<br>方法or属性:FACE_AUTH = 1<br>旧版本信息:|类名:Module;<br>方法or属性:FACE_AUTH = 1<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 247|访问级别有变化|类名:ResultCode;<br>方法or属性:SUCCESS = 0<br>旧版本信息:|类名:ResultCode;<br>方法or属性:SUCCESS = 0<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 248|访问级别有变化|类名:ResultCode;<br>方法or属性:FAIL = 1<br>旧版本信息:|类名:ResultCode;<br>方法or属性:FAIL = 1<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 249|访问级别有变化|类名:ResultCode;<br>方法or属性:GENERAL_ERROR = 2<br>旧版本信息:|类名:ResultCode;<br>方法or属性:GENERAL_ERROR = 2<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 250|访问级别有变化|类名:ResultCode;<br>方法or属性:CANCELED = 3<br>旧版本信息:|类名:ResultCode;<br>方法or属性:CANCELED = 3<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 251|访问级别有变化|类名:ResultCode;<br>方法or属性:TIMEOUT = 4<br>旧版本信息:|类名:ResultCode;<br>方法or属性:TIMEOUT = 4<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 252|访问级别有变化|类名:ResultCode;<br>方法or属性:TYPE_NOT_SUPPORT = 5<br>旧版本信息:|类名:ResultCode;<br>方法or属性:TYPE_NOT_SUPPORT = 5<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 253|访问级别有变化|类名:ResultCode;<br>方法or属性:TRUST_LEVEL_NOT_SUPPORT = 6<br>旧版本信息:|类名:ResultCode;<br>方法or属性:TRUST_LEVEL_NOT_SUPPORT = 6<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 254|访问级别有变化|类名:ResultCode;<br>方法or属性:BUSY = 7<br>旧版本信息:|类名:ResultCode;<br>方法or属性:BUSY = 7<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 255|访问级别有变化|类名:ResultCode;<br>方法or属性:INVALID_PARAMETERS = 8<br>旧版本信息:|类名:ResultCode;<br>方法or属性:INVALID_PARAMETERS = 8<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 256|访问级别有变化|类名:ResultCode;<br>方法or属性:LOCKED = 9<br>旧版本信息:|类名:ResultCode;<br>方法or属性:LOCKED = 9<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 257|访问级别有变化|类名:ResultCode;<br>方法or属性:NOT_ENROLLED = 10<br>旧版本信息:|类名:ResultCode;<br>方法or属性:NOT_ENROLLED = 10<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 258|访问级别有变化|类名:FaceTipsCode;<br>方法or属性:FACE_AUTH_TIP_TOO_BRIGHT = 1<br>旧版本信息:|类名:FaceTipsCode;<br>方法or属性:FACE_AUTH_TIP_TOO_BRIGHT = 1<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 259|访问级别有变化|类名:FaceTipsCode;<br>方法or属性:FACE_AUTH_TIP_TOO_DARK = 2<br>旧版本信息:|类名:FaceTipsCode;<br>方法or属性:FACE_AUTH_TIP_TOO_DARK = 2<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 260|访问级别有变化|类名:FaceTipsCode;<br>方法or属性:FACE_AUTH_TIP_TOO_CLOSE = 3<br>旧版本信息:|类名:FaceTipsCode;<br>方法or属性:FACE_AUTH_TIP_TOO_CLOSE = 3<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 261|访问级别有变化|类名:FaceTipsCode;<br>方法or属性:FACE_AUTH_TIP_TOO_FAR = 4<br>旧版本信息:|类名:FaceTipsCode;<br>方法or属性:FACE_AUTH_TIP_TOO_FAR = 4<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 262|访问级别有变化|类名:FaceTipsCode;<br>方法or属性:FACE_AUTH_TIP_TOO_HIGH = 5<br>旧版本信息:|类名:FaceTipsCode;<br>方法or属性:FACE_AUTH_TIP_TOO_HIGH = 5<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 263|访问级别有变化|类名:FaceTipsCode;<br>方法or属性:FACE_AUTH_TIP_TOO_LOW = 6<br>旧版本信息:|类名:FaceTipsCode;<br>方法or属性:FACE_AUTH_TIP_TOO_LOW = 6<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 264|访问级别有变化|类名:FaceTipsCode;<br>方法or属性:FACE_AUTH_TIP_TOO_RIGHT = 7<br>旧版本信息:|类名:FaceTipsCode;<br>方法or属性:FACE_AUTH_TIP_TOO_RIGHT = 7<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 265|访问级别有变化|类名:FaceTipsCode;<br>方法or属性:FACE_AUTH_TIP_TOO_LEFT = 8<br>旧版本信息:|类名:FaceTipsCode;<br>方法or属性:FACE_AUTH_TIP_TOO_LEFT = 8<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 266|访问级别有变化|类名:FaceTipsCode;<br>方法or属性:FACE_AUTH_TIP_TOO_MUCH_MOTION = 9<br>旧版本信息:|类名:FaceTipsCode;<br>方法or属性:FACE_AUTH_TIP_TOO_MUCH_MOTION = 9<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 267|访问级别有变化|类名:FaceTipsCode;<br>方法or属性:FACE_AUTH_TIP_POOR_GAZE = 10<br>旧版本信息:|类名:FaceTipsCode;<br>方法or属性:FACE_AUTH_TIP_POOR_GAZE = 10<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 268|访问级别有变化|类名:FaceTipsCode;<br>方法or属性:FACE_AUTH_TIP_NOT_DETECTED = 11<br>旧版本信息:|类名:FaceTipsCode;<br>方法or属性:FACE_AUTH_TIP_NOT_DETECTED = 11<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 269|访问级别有变化|类名:FingerprintTips;<br>方法or属性:FINGERPRINT_TIP_GOOD = 0<br>旧版本信息:|类名:FingerprintTips;<br>方法or属性:FINGERPRINT_TIP_GOOD = 0<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 270|访问级别有变化|类名:FingerprintTips;<br>方法or属性:FINGERPRINT_TIP_IMAGER_DIRTY = 1<br>旧版本信息:|类名:FingerprintTips;<br>方法or属性:FINGERPRINT_TIP_IMAGER_DIRTY = 1<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 271|访问级别有变化|类名:FingerprintTips;<br>方法or属性:FINGERPRINT_TIP_INSUFFICIENT = 2<br>旧版本信息:|类名:FingerprintTips;<br>方法or属性:FINGERPRINT_TIP_INSUFFICIENT = 2<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 272|访问级别有变化|类名:FingerprintTips;<br>方法or属性:FINGERPRINT_TIP_PARTIAL = 3<br>旧版本信息:|类名:FingerprintTips;<br>方法or属性:FINGERPRINT_TIP_PARTIAL = 3<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 273|访问级别有变化|类名:FingerprintTips;<br>方法or属性:FINGERPRINT_TIP_TOO_FAST = 4<br>旧版本信息:|类名:FingerprintTips;<br>方法or属性:FINGERPRINT_TIP_TOO_FAST = 4<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 274|访问级别有变化|类名:FingerprintTips;<br>方法or属性:FINGERPRINT_TIP_TOO_SLOW = 5<br>旧版本信息:|类名:FingerprintTips;<br>方法or属性:FINGERPRINT_TIP_TOO_SLOW = 5<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 275|访问级别有变化|类名:ConstraintSourceType;<br>方法or属性:CONSTRAINT_NOT_EXIST = 0<br>旧版本信息:|类名:ConstraintSourceType;<br>方法or属性:CONSTRAINT_NOT_EXIST = 0<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 276|访问级别有变化|类名:ConstraintSourceType;<br>方法or属性:CONSTRAINT_TYPE_BASE = 1<br>旧版本信息:|类名:ConstraintSourceType;<br>方法or属性:CONSTRAINT_TYPE_BASE = 1<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 277|访问级别有变化|类名:ConstraintSourceType;<br>方法or属性:CONSTRAINT_TYPE_DEVICE_OWNER = 2<br>旧版本信息:|类名:ConstraintSourceType;<br>方法or属性:CONSTRAINT_TYPE_DEVICE_OWNER = 2<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 278|访问级别有变化|类名:ConstraintSourceType;<br>方法or属性:CONSTRAINT_TYPE_PROFILE_OWNER = 3<br>旧版本信息:|类名:ConstraintSourceType;<br>方法or属性:CONSTRAINT_TYPE_PROFILE_OWNER = 3<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 279|访问级别有变化|类名:ConstraintSourceTypeInfo;<br>方法or属性:type: ConstraintSourceType;<br>旧版本信息:|类名:ConstraintSourceTypeInfo;<br>方法or属性:type: ConstraintSourceType;<br>新版本信息:systemapi|@ohos.account.osAccount.d.ts| 280|权限有变化|类名:AppAccountManager;<br>方法or属性:checkAppAccountSyncEnable(name: string): Promise\<boolean>;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:checkAppAccountSyncEnable(name: string): Promise\<boolean>;<br>新版本信息:ohos.permission.DISTRIBUTED_DATASYNC|@ohos.account.appAccount.d.ts| 281|权限有变化|类名:AppAccountManager;<br>方法or属性:checkDataSyncEnabled(name: string): Promise\<boolean>;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:checkDataSyncEnabled(name: string): Promise\<boolean>;<br>新版本信息:ohos.permission.DISTRIBUTED_DATASYNC|@ohos.account.appAccount.d.ts| 282|权限有变化|类名:AppAccountManager;<br>方法or属性:setAppAccountSyncEnable(name: string, isEnable: boolean): Promise\<void>;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:setAppAccountSyncEnable(name: string, isEnable: boolean): Promise\<void>;<br>新版本信息:ohos.permission.DISTRIBUTED_DATASYNC|@ohos.account.appAccount.d.ts| 283|权限有变化|类名:AppAccountManager;<br>方法or属性:setDataSyncEnabled(name: string, isEnabled: boolean): Promise\<void>;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:setDataSyncEnabled(name: string, isEnabled: boolean): Promise\<void>;<br>新版本信息:ohos.permission.DISTRIBUTED_DATASYNC|@ohos.account.appAccount.d.ts| 284|权限有变化|类名:AppAccountManager;<br>方法or属性:getAllAccessibleAccounts(): Promise\<Array\<AppAccountInfo>>;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:getAllAccessibleAccounts(): Promise\<Array\<AppAccountInfo>>;<br>新版本信息:ohos.permission.GET_ALL_APP_ACCOUNTS|@ohos.account.appAccount.d.ts| 285|权限有变化|类名:AppAccountManager;<br>方法or属性:getAllAccounts(owner: string): Promise\<Array\<AppAccountInfo>>;<br>旧版本信息:|类名:AppAccountManager;<br>方法or属性:getAllAccounts(owner: string): Promise\<Array\<AppAccountInfo>>;<br>新版本信息:ohos.permission.GET_ALL_APP_ACCOUNTS|@ohos.account.appAccount.d.ts| 286|权限有变化|类名:DistributedAccountAbility;<br>方法or属性:queryOsAccountDistributedInfo(): Promise\<DistributedInfo>;<br>旧版本信息:|类名:DistributedAccountAbility;<br>方法or属性:queryOsAccountDistributedInfo(): Promise\<DistributedInfo>;<br>新版本信息:ohos.permission.MANAGE_LOCAL_ACCOUNTS,ohos.permission.DISTRIBUTED_DATASYNC|@ohos.account.distributedAccount.d.ts| 287|权限有变化|类名:DistributedAccountAbility;<br>方法or属性:getOsAccountDistributedInfo(): Promise\<DistributedInfo>;<br>旧版本信息:|类名:DistributedAccountAbility;<br>方法or属性:getOsAccountDistributedInfo(): Promise\<DistributedInfo>;<br>新版本信息:ohos.permission.MANAGE_DISTRIBUTED_ACCOUNTS,ohos.permission.GET_DISTRIBUTED_ACCOUNTS,ohos.permission.DISTRIBUTED_DATASYNC|@ohos.account.distributedAccount.d.ts| 288|权限有变化|类名:DistributedAccountAbility;<br>方法or属性:updateOsAccountDistributedInfo(accountInfo: DistributedInfo): Promise\<void>;<br>旧版本信息:|类名:DistributedAccountAbility;<br>方法or属性:updateOsAccountDistributedInfo(accountInfo: DistributedInfo): Promise\<void>;<br>新版本信息:ohos.permission.MANAGE_LOCAL_ACCOUNTS|@ohos.account.distributedAccount.d.ts| 289|权限有变化|类名:DistributedAccountAbility;<br>方法or属性:setOsAccountDistributedInfo(accountInfo: DistributedInfo): Promise\<void>;<br>旧版本信息:|类名:DistributedAccountAbility;<br>方法or属性:setOsAccountDistributedInfo(accountInfo: DistributedInfo): Promise\<void>;<br>新版本信息:ohos.permission.MANAGE_DISTRIBUTED_ACCOUNTS|@ohos.account.distributedAccount.d.ts| 290|权限有变化|类名:AccountManager;<br>方法or属性:activateOsAccount(localId: number): Promise\<void>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:activateOsAccount(localId: number): Promise\<void>;<br>新版本信息:ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS_EXTENSION|@ohos.account.osAccount.d.ts| 291|权限有变化|类名:AccountManager;<br>方法or属性:isOsAccountActived(localId: number): Promise\<boolean>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:isOsAccountActived(localId: number): Promise\<boolean>;<br>新版本信息:ohos.permission.MANAGE_LOCAL_ACCOUNTS,ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS|@ohos.account.osAccount.d.ts| 292|权限有变化|类名:AccountManager;<br>方法or属性:checkOsAccountActivated(localId: number): Promise\<boolean>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:checkOsAccountActivated(localId: number): Promise\<boolean>;<br>新版本信息:ohos.permission.MANAGE_LOCAL_ACCOUNTS,ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS|@ohos.account.osAccount.d.ts| 293|权限有变化|类名:AccountManager;<br>方法or属性:isOsAccountConstraintEnable(localId: number, constraint: string): Promise\<boolean>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:isOsAccountConstraintEnable(localId: number, constraint: string): Promise\<boolean>;<br>新版本信息:ohos.permission.MANAGE_LOCAL_ACCOUNTS|@ohos.account.osAccount.d.ts| 294|权限有变化|类名:AccountManager;<br>方法or属性:isOsAccountVerified(localId: number, callback: AsyncCallback\<boolean>): void;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:isOsAccountVerified(localId: number, callback: AsyncCallback\<boolean>): void;<br>新版本信息:ohos.permission.MANAGE_LOCAL_ACCOUNTS,ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS|@ohos.account.osAccount.d.ts| 295|权限有变化|类名:AccountManager;<br>方法or属性:isOsAccountVerified(localId?: number): Promise\<boolean>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:isOsAccountVerified(localId?: number): Promise\<boolean>;<br>新版本信息:ohos.permission.MANAGE_LOCAL_ACCOUNTS,ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS|@ohos.account.osAccount.d.ts| 296|权限有变化|类名:AccountManager;<br>方法or属性:removeOsAccount(localId: number): Promise\<void>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:removeOsAccount(localId: number): Promise\<void>;<br>新版本信息:ohos.permission.MANAGE_LOCAL_ACCOUNTS|@ohos.account.osAccount.d.ts| 297|权限有变化|类名:AccountManager;<br>方法or属性:setOsAccountConstraints(localId: number, constraints: Array\<string>, enable: boolean): Promise\<void>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:setOsAccountConstraints(localId: number, constraints: Array\<string>, enable: boolean): Promise\<void>;<br>新版本信息:ohos.permission.MANAGE_LOCAL_ACCOUNTS|@ohos.account.osAccount.d.ts| 298|权限有变化|类名:AccountManager;<br>方法or属性:setOsAccountName(localId: number, localName: string): Promise\<void>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:setOsAccountName(localId: number, localName: string): Promise\<void>;<br>新版本信息:ohos.permission.MANAGE_LOCAL_ACCOUNTS|@ohos.account.osAccount.d.ts| 299|权限有变化|类名:AccountManager;<br>方法or属性:getCreatedOsAccountsCount(): Promise\<number>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:getCreatedOsAccountsCount(): Promise\<number>;<br>新版本信息:ohos.permission.MANAGE_LOCAL_ACCOUNTS|@ohos.account.osAccount.d.ts| 300|权限有变化|类名:AccountManager;<br>方法or属性:getOsAccountCount(): Promise\<number>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:getOsAccountCount(): Promise\<number>;<br>新版本信息:ohos.permission.MANAGE_LOCAL_ACCOUNTS|@ohos.account.osAccount.d.ts| 301|权限有变化|类名:AccountManager;<br>方法or属性:getOsAccountLocalIdFromDomain(domainInfo: DomainAccountInfo): Promise\<number>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:getOsAccountLocalIdFromDomain(domainInfo: DomainAccountInfo): Promise\<number>;<br>新版本信息:ohos.permission.MANAGE_LOCAL_ACCOUNTS|@ohos.account.osAccount.d.ts| 302|权限有变化|类名:AccountManager;<br>方法or属性:getOsAccountAllConstraints(localId: number): Promise\<Array\<string>>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:getOsAccountAllConstraints(localId: number): Promise\<Array\<string>>;<br>新版本信息:ohos.permission.MANAGE_LOCAL_ACCOUNTS|@ohos.account.osAccount.d.ts| 303|权限有变化|类名:AccountManager;<br>方法or属性:getOsAccountConstraints(localId: number): Promise\<Array\<string>>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:getOsAccountConstraints(localId: number): Promise\<Array\<string>>;<br>新版本信息:ohos.permission.MANAGE_LOCAL_ACCOUNTS|@ohos.account.osAccount.d.ts| 304|权限有变化|类名:AccountManager;<br>方法or属性:queryAllCreatedOsAccounts(): Promise\<Array\<OsAccountInfo>>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:queryAllCreatedOsAccounts(): Promise\<Array\<OsAccountInfo>>;<br>新版本信息:ohos.permission.MANAGE_LOCAL_ACCOUNTS|@ohos.account.osAccount.d.ts| 305|权限有变化|类名:AccountManager;<br>方法or属性:createOsAccount(localName: string, type: OsAccountType): Promise\<OsAccountInfo>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:createOsAccount(localName: string, type: OsAccountType): Promise\<OsAccountInfo>;<br>新版本信息:ohos.permission.MANAGE_LOCAL_ACCOUNTS|@ohos.account.osAccount.d.ts| 306|权限有变化|类名:AccountManager;<br>方法or属性:createOsAccountForDomain(type: OsAccountType, domainInfo: DomainAccountInfo): Promise\<OsAccountInfo>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:createOsAccountForDomain(type: OsAccountType, domainInfo: DomainAccountInfo): Promise\<OsAccountInfo>;<br>新版本信息:ohos.permission.MANAGE_LOCAL_ACCOUNTS|@ohos.account.osAccount.d.ts| 307|权限有变化|类名:AccountManager;<br>方法or属性:queryCurrentOsAccount(): Promise\<OsAccountInfo>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:queryCurrentOsAccount(): Promise\<OsAccountInfo>;<br>新版本信息:ohos.permission.MANAGE_LOCAL_ACCOUNTS|@ohos.account.osAccount.d.ts| 308|权限有变化|类名:AccountManager;<br>方法or属性:getCurrentOsAccount(callback: AsyncCallback\<OsAccountInfo>): void;<br>旧版本信息:ohos.permission.MANAGE_LOCAL_ACCOUNTS|类名:AccountManager;<br>方法or属性:getCurrentOsAccount(callback: AsyncCallback\<OsAccountInfo>): void;<br>新版本信息:ohos.permission.MANAGE_LOCAL_ACCOUNTS,ohos.permission.GET_LOCAL_ACCOUNTS|@ohos.account.osAccount.d.ts| 309|权限有变化|类名:AccountManager;<br>方法or属性:getCurrentOsAccount(): Promise\<OsAccountInfo>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:getCurrentOsAccount(): Promise\<OsAccountInfo>;<br>新版本信息:ohos.permission.MANAGE_LOCAL_ACCOUNTS,ohos.permission.GET_LOCAL_ACCOUNTS|@ohos.account.osAccount.d.ts| 310|权限有变化|类名:AccountManager;<br>方法or属性:queryOsAccountById(localId: number): Promise\<OsAccountInfo>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:queryOsAccountById(localId: number): Promise\<OsAccountInfo>;<br>新版本信息:ohos.permission.MANAGE_LOCAL_ACCOUNTS,ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS_EXTENSION|@ohos.account.osAccount.d.ts| 311|权限有变化|类名:AccountManager;<br>方法or属性:getDistributedVirtualDeviceId(): Promise\<string>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:getDistributedVirtualDeviceId(): Promise\<string>;<br>新版本信息:ohos.permission.DISTRIBUTED_DATASYNC,ohos.permission.MANAGE_LOCAL_ACCOUNTS|@ohos.account.osAccount.d.ts| 312|权限有变化|类名:AccountManager;<br>方法or属性:queryDistributedVirtualDeviceId(): Promise\<string>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:queryDistributedVirtualDeviceId(): Promise\<string>;<br>新版本信息:ohos.permission.DISTRIBUTED_DATASYNC,ohos.permission.MANAGE_LOCAL_ACCOUNTS|@ohos.account.osAccount.d.ts| 313|权限有变化|类名:AccountManager;<br>方法or属性:getOsAccountProfilePhoto(localId: number): Promise\<string>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:getOsAccountProfilePhoto(localId: number): Promise\<string>;<br>新版本信息:ohos.permission.MANAGE_LOCAL_ACCOUNTS|@ohos.account.osAccount.d.ts| 314|权限有变化|类名:AccountManager;<br>方法or属性:setOsAccountProfilePhoto(localId: number, photo: string): Promise\<void>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:setOsAccountProfilePhoto(localId: number, photo: string): Promise\<void>;<br>新版本信息:ohos.permission.MANAGE_LOCAL_ACCOUNTS|@ohos.account.osAccount.d.ts| 315|权限有变化|类名:AccountManager;<br>方法or属性:isMainOsAccount(): Promise\<boolean>;<br>旧版本信息:|类名:AccountManager;<br>方法or属性:isMainOsAccount(): Promise\<boolean>;<br>新版本信息:ohos.permission.MANAGE_LOCAL_ACCOUNTS|@ohos.account.osAccount.d.ts| 316|权限有变化|类名:UserAuth;<br>方法or属性:getProperty(request: GetPropertyRequest): Promise\<ExecutorProperty>;<br>旧版本信息:|类名:UserAuth;<br>方法or属性:getProperty(request: GetPropertyRequest): Promise\<ExecutorProperty>;<br>新版本信息:ohos.permission.ACCESS_USER_AUTH_INTERNAL|@ohos.account.osAccount.d.ts| 317|权限有变化|类名:UserAuth;<br>方法or属性:setProperty(request: SetPropertyRequest): Promise\<void>;<br>旧版本信息:|类名:UserAuth;<br>方法or属性:setProperty(request: SetPropertyRequest): Promise\<void>;<br>新版本信息:ohos.permission.ACCESS_USER_AUTH_INTERNAL|@ohos.account.osAccount.d.ts| 318|权限有变化|类名:UserIdentityManager;<br>方法or属性:openSession(): Promise\<Uint8Array>;<br>旧版本信息:|类名:UserIdentityManager;<br>方法or属性:openSession(): Promise\<Uint8Array>;<br>新版本信息:ohos.permission.MANAGE_USER_IDM|@ohos.account.osAccount.d.ts| 319|权限有变化|类名:UserIdentityManager;<br>方法or属性:getAuthInfo(authType: AuthType, callback: AsyncCallback\<Array\<EnrolledCredInfo>>): void;<br>旧版本信息:|类名:UserIdentityManager;<br>方法or属性:getAuthInfo(authType: AuthType, callback: AsyncCallback\<Array\<EnrolledCredInfo>>): void;<br>新版本信息:ohos.permission.USE_USER_IDM|@ohos.account.osAccount.d.ts| 320|权限有变化|类名:UserIdentityManager;<br>方法or属性:getAuthInfo(authType?: AuthType): Promise\<Array\<EnrolledCredInfo>>;<br>旧版本信息:|类名:UserIdentityManager;<br>方法or属性:getAuthInfo(authType?: AuthType): Promise\<Array\<EnrolledCredInfo>>;<br>新版本信息:ohos.permission.USE_USER_IDM|@ohos.account.osAccount.d.ts| 321|type有变化|类名:AppAccountInfo;<br>方法or属性:owner: string;<br>旧版本信息:|类名:AppAccountInfo;<br>方法or属性:owner: string;<br>新版本信息:string|@ohos.account.appAccount.d.ts| 322|type有变化|类名:AuthenticatorInfo;<br>方法or属性:owner: string;<br>旧版本信息:|类名:AuthenticatorInfo;<br>方法or属性:owner: string;<br>新版本信息:string|@ohos.account.appAccount.d.ts| 323|type有变化|类名:AppAccountInfo;<br>方法or属性:name: string;<br>旧版本信息:|类名:AppAccountInfo;<br>方法or属性:name: string;<br>新版本信息:string|@ohos.account.appAccount.d.ts| 324|type有变化|类名:OAuthTokenInfo;<br>方法or属性:authType: string;<br>旧版本信息:|类名:OAuthTokenInfo;<br>方法or属性:authType: string;<br>新版本信息:string|@ohos.account.appAccount.d.ts| 325|type有变化|类名:AuthTokenInfo;<br>方法or属性:authType: string;<br>旧版本信息:|类名:AuthTokenInfo;<br>方法or属性:authType: string;<br>新版本信息:string|@ohos.account.appAccount.d.ts| 326|type有变化|类名:OAuthTokenInfo;<br>方法or属性:token: string;<br>旧版本信息:|类名:OAuthTokenInfo;<br>方法or属性:token: string;<br>新版本信息:string|@ohos.account.appAccount.d.ts| 327|type有变化|类名:AuthTokenInfo;<br>方法or属性:token: string;<br>旧版本信息:|类名:AuthTokenInfo;<br>方法or属性:token: string;<br>新版本信息:string|@ohos.account.appAccount.d.ts| 328|type有变化|类名:AuthTokenInfo;<br>方法or属性:account?: AppAccountInfo;<br>旧版本信息:|类名:AuthTokenInfo;<br>方法or属性:account?: AppAccountInfo;<br>新版本信息:?AppAccountInfo|@ohos.account.appAccount.d.ts| 329|type有变化|类名:AuthResult;<br>方法or属性:account?: AppAccountInfo;<br>旧版本信息:|类名:AuthResult;<br>方法or属性:account?: AppAccountInfo;<br>新版本信息:?AppAccountInfo|@ohos.account.appAccount.d.ts| 330|type有变化|类名:AuthenticatorInfo;<br>方法or属性:iconId: number;<br>旧版本信息:|类名:AuthenticatorInfo;<br>方法or属性:iconId: number;<br>新版本信息:number|@ohos.account.appAccount.d.ts| 331|type有变化|类名:AuthenticatorInfo;<br>方法or属性:labelId: number;<br>旧版本信息:|类名:AuthenticatorInfo;<br>方法or属性:labelId: number;<br>新版本信息:number|@ohos.account.appAccount.d.ts| 332|type有变化|类名:AuthResult;<br>方法or属性:tokenInfo?: AuthTokenInfo;<br>旧版本信息:|类名:AuthResult;<br>方法or属性:tokenInfo?: AuthTokenInfo;<br>新版本信息:?AuthTokenInfo|@ohos.account.appAccount.d.ts| 333|type有变化|类名:CreateAccountOptions;<br>方法or属性:customData?: { [key: string]: string };<br>旧版本信息:|类名:CreateAccountOptions;<br>方法or属性:customData?: { [key: string]: string };<br>新版本信息:?object|@ohos.account.appAccount.d.ts| 334|type有变化|类名:CreateAccountImplicitlyOptions;<br>方法or属性:requiredLabels?: Array\<string>;<br>旧版本信息:|类名:CreateAccountImplicitlyOptions;<br>方法or属性:requiredLabels?: Array\<string>;<br>新版本信息:?Array\<string>|@ohos.account.appAccount.d.ts| 335|type有变化|类名:SelectAccountsOptions;<br>方法or属性:requiredLabels?: Array\<string>;<br>旧版本信息:|类名:SelectAccountsOptions;<br>方法or属性:requiredLabels?: Array\<string>;<br>新版本信息:?Array\<string>|@ohos.account.appAccount.d.ts| 336|type有变化|类名:CreateAccountImplicitlyOptions;<br>方法or属性:authType?: string;<br>旧版本信息:|类名:CreateAccountImplicitlyOptions;<br>方法or属性:authType?: string;<br>新版本信息:?string|@ohos.account.appAccount.d.ts| 337|type有变化|类名:CreateAccountImplicitlyOptions;<br>方法or属性:parameters?: { [key: string]: Object };<br>旧版本信息:|类名:CreateAccountImplicitlyOptions;<br>方法or属性:parameters?: { [key: string]: Object };<br>新版本信息:?object|@ohos.account.appAccount.d.ts| 338|type有变化|类名:VerifyCredentialOptions;<br>方法or属性:parameters?: { [key: string]: Object };<br>旧版本信息:|类名:VerifyCredentialOptions;<br>方法or属性:parameters?: { [key: string]: Object };<br>新版本信息:?object|@ohos.account.appAccount.d.ts| 339|type有变化|类名:SetPropertiesOptions;<br>方法or属性:parameters?: { [key: string]: Object };<br>旧版本信息:|类名:SetPropertiesOptions;<br>方法or属性:parameters?: { [key: string]: Object };<br>新版本信息:?object|@ohos.account.appAccount.d.ts| 340|type有变化|类名:SelectAccountsOptions;<br>方法or属性:allowedAccounts?: Array\<AppAccountInfo>;<br>旧版本信息:|类名:SelectAccountsOptions;<br>方法or属性:allowedAccounts?: Array\<AppAccountInfo>;<br>新版本信息:?Array\<AppAccountInfo>|@ohos.account.appAccount.d.ts| 341|type有变化|类名:SelectAccountsOptions;<br>方法or属性:allowedOwners?: Array\<string>;<br>旧版本信息:|类名:SelectAccountsOptions;<br>方法or属性:allowedOwners?: Array\<string>;<br>新版本信息:?Array\<string>|@ohos.account.appAccount.d.ts| 342|type有变化|类名:VerifyCredentialOptions;<br>方法or属性:credentialType?: string;<br>旧版本信息:|类名:VerifyCredentialOptions;<br>方法or属性:credentialType?: string;<br>新版本信息:?string|@ohos.account.appAccount.d.ts| 343|type有变化|类名:VerifyCredentialOptions;<br>方法or属性:credential?: string;<br>旧版本信息:|类名:VerifyCredentialOptions;<br>方法or属性:credential?: string;<br>新版本信息:?string|@ohos.account.appAccount.d.ts| 344|type有变化|类名:SetPropertiesOptions;<br>方法or属性:properties?: { [key: string]: Object };<br>旧版本信息:|类名:SetPropertiesOptions;<br>方法or属性:properties?: { [key: string]: Object };<br>新版本信息:?object|@ohos.account.appAccount.d.ts| 345|type有变化|类名:DistributedInfo;<br>方法or属性:name: string;<br>旧版本信息:|类名:DistributedInfo;<br>方法or属性:name: string;<br>新版本信息:string|@ohos.account.distributedAccount.d.ts| 346|type有变化|类名:DistributedInfo;<br>方法or属性:id: string;<br>旧版本信息:|类名:DistributedInfo;<br>方法or属性:id: string;<br>新版本信息:string|@ohos.account.distributedAccount.d.ts| 347|type有变化|类名:DistributedInfo;<br>方法or属性:event: string;<br>旧版本信息:|类名:DistributedInfo;<br>方法or属性:event: string;<br>新版本信息:string|@ohos.account.distributedAccount.d.ts| 348|type有变化|类名:DistributedInfo;<br>方法or属性:nickname?: string;<br>旧版本信息:|类名:DistributedInfo;<br>方法or属性:nickname?: string;<br>新版本信息:?string|@ohos.account.distributedAccount.d.ts| 349|type有变化|类名:DistributedInfo;<br>方法or属性:avatar?: string;<br>旧版本信息:|类名:DistributedInfo;<br>方法or属性:avatar?: string;<br>新版本信息:?string|@ohos.account.distributedAccount.d.ts| 350|type有变化|类名:DistributedInfo;<br>方法or属性:scalableData?: object;<br>旧版本信息:|类名:DistributedInfo;<br>方法or属性:scalableData?: object;<br>新版本信息:?object|@ohos.account.distributedAccount.d.ts| 351|type有变化|类名:OsAccountInfo;<br>方法or属性:localId: number;<br>旧版本信息:|类名:OsAccountInfo;<br>方法or属性:localId: number;<br>新版本信息:number|@ohos.account.osAccount.d.ts| 352|type有变化|类名:ConstraintSourceTypeInfo;<br>方法or属性:localId: number;<br>旧版本信息:|类名:ConstraintSourceTypeInfo;<br>方法or属性:localId: number;<br>新版本信息:number|@ohos.account.osAccount.d.ts| 353|type有变化|类名:OsAccountInfo;<br>方法or属性:localName: string;<br>旧版本信息:|类名:OsAccountInfo;<br>方法or属性:localName: string;<br>新版本信息:string|@ohos.account.osAccount.d.ts| 354|type有变化|类名:OsAccountInfo;<br>方法or属性:type: OsAccountType;<br>旧版本信息:|类名:OsAccountInfo;<br>方法or属性:type: OsAccountType;<br>新版本信息:OsAccountType|@ohos.account.osAccount.d.ts| 355|type有变化|类名:OsAccountInfo;<br>方法or属性:constraints: Array\<string>;<br>旧版本信息:|类名:OsAccountInfo;<br>方法or属性:constraints: Array\<string>;<br>新版本信息:Array\<string>|@ohos.account.osAccount.d.ts| 356|type有变化|类名:OsAccountInfo;<br>方法or属性:isVerified: boolean;<br>旧版本信息:|类名:OsAccountInfo;<br>方法or属性:isVerified: boolean;<br>新版本信息:boolean|@ohos.account.osAccount.d.ts| 357|type有变化|类名:OsAccountInfo;<br>方法or属性:photo: string;<br>旧版本信息:|类名:OsAccountInfo;<br>方法or属性:photo: string;<br>新版本信息:string|@ohos.account.osAccount.d.ts| 358|type有变化|类名:OsAccountInfo;<br>方法or属性:createTime: number;<br>旧版本信息:|类名:OsAccountInfo;<br>方法or属性:createTime: number;<br>新版本信息:number|@ohos.account.osAccount.d.ts| 359|type有变化|类名:OsAccountInfo;<br>方法or属性:lastLoginTime: number;<br>旧版本信息:|类名:OsAccountInfo;<br>方法or属性:lastLoginTime: number;<br>新版本信息:number|@ohos.account.osAccount.d.ts| 360|type有变化|类名:OsAccountInfo;<br>方法or属性:serialNumber: number;<br>旧版本信息:|类名:OsAccountInfo;<br>方法or属性:serialNumber: number;<br>新版本信息:number|@ohos.account.osAccount.d.ts| 361|type有变化|类名:OsAccountInfo;<br>方法or属性:isActived: boolean;<br>旧版本信息:|类名:OsAccountInfo;<br>方法or属性:isActived: boolean;<br>新版本信息:boolean|@ohos.account.osAccount.d.ts| 362|type有变化|类名:OsAccountInfo;<br>方法or属性:isCreateCompleted: boolean;<br>旧版本信息:|类名:OsAccountInfo;<br>方法or属性:isCreateCompleted: boolean;<br>新版本信息:boolean|@ohos.account.osAccount.d.ts| 363|type有变化|类名:OsAccountInfo;<br>方法or属性:distributedInfo: distributedAccount.DistributedInfo;<br>旧版本信息:|类名:OsAccountInfo;<br>方法or属性:distributedInfo: distributedAccount.DistributedInfo;<br>新版本信息:distributedAccount.DistributedInfo|@ohos.account.osAccount.d.ts| 364|type有变化|类名:OsAccountInfo;<br>方法or属性:domainInfo: DomainAccountInfo;<br>旧版本信息:|类名:OsAccountInfo;<br>方法or属性:domainInfo: DomainAccountInfo;<br>新版本信息:DomainAccountInfo|@ohos.account.osAccount.d.ts| 365|type有变化|类名:DomainAccountInfo;<br>方法or属性:domain: string;<br>旧版本信息:|类名:DomainAccountInfo;<br>方法or属性:domain: string;<br>新版本信息:string|@ohos.account.osAccount.d.ts| 366|type有变化|类名:DomainAccountInfo;<br>方法or属性:accountName: string;<br>旧版本信息:|类名:DomainAccountInfo;<br>方法or属性:accountName: string;<br>新版本信息:string|@ohos.account.osAccount.d.ts| 367|type有变化|类名:GetPropertyRequest;<br>方法or属性:authType: AuthType;<br>旧版本信息:|类名:GetPropertyRequest;<br>方法or属性:authType: AuthType;<br>新版本信息:AuthType|@ohos.account.osAccount.d.ts| 368|type有变化|类名:SetPropertyRequest;<br>方法or属性:authType: AuthType;<br>旧版本信息:|类名:SetPropertyRequest;<br>方法or属性:authType: AuthType;<br>新版本信息:AuthType|@ohos.account.osAccount.d.ts| 369|type有变化|类名:EnrolledCredInfo;<br>方法or属性:authType: AuthType;<br>旧版本信息:|类名:EnrolledCredInfo;<br>方法or属性:authType: AuthType;<br>新版本信息:AuthType|@ohos.account.osAccount.d.ts| 370|type有变化|类名:GetPropertyRequest;<br>方法or属性:keys: Array\<GetPropertyType>;<br>旧版本信息:|类名:GetPropertyRequest;<br>方法or属性:keys: Array\<GetPropertyType>;<br>新版本信息:Array\<GetPropertyType>|@ohos.account.osAccount.d.ts| 371|type有变化|类名:SetPropertyRequest;<br>方法or属性:key: SetPropertyType;<br>旧版本信息:|类名:SetPropertyRequest;<br>方法or属性:key: SetPropertyType;<br>新版本信息:SetPropertyType|@ohos.account.osAccount.d.ts| 372|type有变化|类名:SetPropertyRequest;<br>方法or属性:setInfo: Uint8Array;<br>旧版本信息:|类名:SetPropertyRequest;<br>方法or属性:setInfo: Uint8Array;<br>新版本信息:Uint8Array|@ohos.account.osAccount.d.ts| 373|type有变化|类名:ExecutorProperty;<br>方法or属性:result: number;<br>旧版本信息:|类名:ExecutorProperty;<br>方法or属性:result: number;<br>新版本信息:number|@ohos.account.osAccount.d.ts| 374|type有变化|类名:ExecutorProperty;<br>方法or属性:authSubType: AuthSubType;<br>旧版本信息:|类名:ExecutorProperty;<br>方法or属性:authSubType: AuthSubType;<br>新版本信息:AuthSubType|@ohos.account.osAccount.d.ts| 375|type有变化|类名:EnrolledCredInfo;<br>方法or属性:authSubType: AuthSubType;<br>旧版本信息:|类名:EnrolledCredInfo;<br>方法or属性:authSubType: AuthSubType;<br>新版本信息:AuthSubType|@ohos.account.osAccount.d.ts| 376|type有变化|类名:ExecutorProperty;<br>方法or属性:remainTimes?: number;<br>旧版本信息:|类名:ExecutorProperty;<br>方法or属性:remainTimes?: number;<br>新版本信息:?number|@ohos.account.osAccount.d.ts| 377|type有变化|类名:AuthResult;<br>方法or属性:remainTimes?: number;<br>旧版本信息:|类名:AuthResult;<br>方法or属性:remainTimes?: number;<br>新版本信息:?number|@ohos.account.osAccount.d.ts| 378|type有变化|类名:ExecutorProperty;<br>方法or属性:freezingTime?: number;<br>旧版本信息:|类名:ExecutorProperty;<br>方法or属性:freezingTime?: number;<br>新版本信息:?number|@ohos.account.osAccount.d.ts| 379|type有变化|类名:AuthResult;<br>方法or属性:freezingTime?: number;<br>旧版本信息:|类名:AuthResult;<br>方法or属性:freezingTime?: number;<br>新版本信息:?number|@ohos.account.osAccount.d.ts| 380|type有变化|类名:AuthResult;<br>方法or属性:token?: Uint8Array;<br>旧版本信息:|类名:AuthResult;<br>方法or属性:token?: Uint8Array;<br>新版本信息:?Uint8Array|@ohos.account.osAccount.d.ts| 381|type有变化|类名:CredentialInfo;<br>方法or属性:credType: AuthType;<br>旧版本信息:|类名:CredentialInfo;<br>方法or属性:credType: AuthType;<br>新版本信息:AuthType|@ohos.account.osAccount.d.ts| 382|type有变化|类名:CredentialInfo;<br>方法or属性:credSubType: AuthSubType;<br>旧版本信息:|类名:CredentialInfo;<br>方法or属性:credSubType: AuthSubType;<br>新版本信息:AuthSubType|@ohos.account.osAccount.d.ts| 383|type有变化|类名:CredentialInfo;<br>方法or属性:token: Uint8Array;<br>旧版本信息:|类名:CredentialInfo;<br>方法or属性:token: Uint8Array;<br>新版本信息:Uint8Array|@ohos.account.osAccount.d.ts| 384|type有变化|类名:RequestResult;<br>方法or属性:credentialId?: Uint8Array;<br>旧版本信息:|类名:RequestResult;<br>方法or属性:credentialId?: Uint8Array;<br>新版本信息:?Uint8Array|@ohos.account.osAccount.d.ts| 385|type有变化|类名:EnrolledCredInfo;<br>方法or属性:credentialId: Uint8Array;<br>旧版本信息:|类名:EnrolledCredInfo;<br>方法or属性:credentialId: Uint8Array;<br>新版本信息:Uint8Array|@ohos.account.osAccount.d.ts| 386|type有变化|类名:EnrolledCredInfo;<br>方法or属性:templateId: Uint8Array;<br>旧版本信息:|类名:EnrolledCredInfo;<br>方法or属性:templateId: Uint8Array;<br>新版本信息:Uint8Array|@ohos.account.osAccount.d.ts| 387|type有变化|类名:ConstraintSourceTypeInfo;<br>方法or属性:type: ConstraintSourceType;<br>旧版本信息:|类名:ConstraintSourceTypeInfo;<br>方法or属性:type: ConstraintSourceType;<br>新版本信息:ConstraintSourceType|@ohos.account.osAccount.d.ts| 388