Change Type Old Version New Version d.ts File
Added NA Class name: GetDomainAccountInfoOptions;
Method or attribute name: accountName: string;
@ohos.account.osAccount.d.ts
Added NA Class name: DistributedAccountAbility;
Method or attribute name: getOsAccountDistributedInfoByLocalId(localId: number, callback: AsyncCallback<DistributedInfo>): void;
@ohos.account.distributedAccount.d.ts
Added NA Class name: DistributedAccountAbility;
Method or attribute name: getOsAccountDistributedInfoByLocalId(localId: number): Promise<DistributedInfo>;
@ohos.account.distributedAccount.d.ts
Added NA Class name: DistributedAccountAbility;
Method or attribute name: setOsAccountDistributedInfoByLocalId(
localId: number,
distributedInfo: DistributedInfo,
callback: AsyncCallback<void>
): void;
@ohos.account.distributedAccount.d.ts
Added NA Class name: DistributedAccountAbility;
Method or attribute name: setOsAccountDistributedInfoByLocalId(localId: number, distributedInfo: DistributedInfo): Promise<void>;
@ohos.account.distributedAccount.d.ts
Added NA Class name: DistributedAccountStatus;
Method or attribute name: NOT_LOGGED_IN = 0
@ohos.account.distributedAccount.d.ts
Added NA Class name: DistributedAccountStatus;
Method or attribute name: LOGGED_IN = 1
@ohos.account.distributedAccount.d.ts
Added NA Class name: DistributedInfo;
Method or attribute name: readonly status?: DistributedAccountStatus;
@ohos.account.distributedAccount.d.ts
Added NA Class name: AccountManager;
Method or attribute name: getOsAccountLocalIdForUidSync(uid: number): number;
@ohos.account.osAccount.d.ts
Added NA Class name: AccountManager;
Method or attribute name: getBundleIdForUidSync(uid: number): number;
@ohos.account.osAccount.d.ts
Added NA Class name: DomainAccountInfo;
Method or attribute name: accountId?: string;
@ohos.account.osAccount.d.ts
Added NA Class name: AuthStatusInfo;
Method or attribute name: remainTimes: number;
@ohos.account.osAccount.d.ts
Added NA Class name: AuthStatusInfo;
Method or attribute name: freezingTime: number;
@ohos.account.osAccount.d.ts
Added NA Class name: GetDomainAccessTokenOptions;
Method or attribute name: domainAccountInfo: DomainAccountInfo;
@ohos.account.osAccount.d.ts
Added NA Class name: GetDomainAccessTokenOptions;
Method or attribute name: domainAccountToken: Uint8Array;
@ohos.account.osAccount.d.ts
Added NA Class name: GetDomainAccessTokenOptions;
Method or attribute name: businessParams: { [key: string]: object };
@ohos.account.osAccount.d.ts
Added NA Class name: GetDomainAccessTokenOptions;
Method or attribute name: callerUid: number;
@ohos.account.osAccount.d.ts
Added NA Class name: GetDomainAccountInfoPluginOptions;
Method or attribute name: callerUid: number;
@ohos.account.osAccount.d.ts
Added NA Class name: GetDomainAccountInfoOptions;
Method or attribute name: domain?: string;
@ohos.account.osAccount.d.ts
Added NA Class name: DomainPlugin;
Method or attribute name: authWithPopup(domainAccountInfo: DomainAccountInfo, callback: IUserAuthCallback): void;
@ohos.account.osAccount.d.ts
Added NA Class name: DomainPlugin;
Method or attribute name: authWithToken(domainAccountInfo: DomainAccountInfo, token: Uint8Array, callback: IUserAuthCallback): void;
@ohos.account.osAccount.d.ts
Added NA Class name: DomainPlugin;
Method or attribute name: getAccountInfo(options: GetDomainAccountInfoPluginOptions, callback: AsyncCallback<DomainAccountInfo>): void;
@ohos.account.osAccount.d.ts
Added NA Class name: DomainPlugin;
Method or attribute name: getAuthStatusInfo(domainAccountInfo: DomainAccountInfo, callback: AsyncCallback<AuthStatusInfo>): void;
@ohos.account.osAccount.d.ts
Added NA Class name: DomainPlugin;
Method or attribute name: bindAccount(domainAccountInfo: DomainAccountInfo, localId: number, callback: AsyncCallback<void>): void;
@ohos.account.osAccount.d.ts
Added NA Class name: DomainPlugin;
Method or attribute name: unbindAccount(domainAccountInfo: DomainAccountInfo, callback: AsyncCallback<void>): void;
@ohos.account.osAccount.d.ts
Added NA Class name: DomainPlugin;
Method or attribute name: isAccountTokenValid(
domainAccountInfo: DomainAccountInfo,
token: Uint8Array,
callback: AsyncCallback<boolean>
): void;
@ohos.account.osAccount.d.ts
Added NA Class name: DomainPlugin;
Method or attribute name: getAccessToken(options: GetDomainAccessTokenOptions, callback: AsyncCallback<Uint8Array>): void;
@ohos.account.osAccount.d.ts
Added NA Class name: DomainAccountManager;
Method or attribute name: static auth(domainAccountInfo: DomainAccountInfo, credential: Uint8Array, callback: IUserAuthCallback): void;
@ohos.account.osAccount.d.ts
Added NA Class name: DomainAccountManager;
Method or attribute name: static authWithPopup(callback: IUserAuthCallback): void;
@ohos.account.osAccount.d.ts
Added NA Class name: DomainAccountManager;
Method or attribute name: static authWithPopup(localId: number, callback: IUserAuthCallback): void;
@ohos.account.osAccount.d.ts
Added NA Class name: DomainAccountManager;
Method or attribute name: static hasAccount(domainAccountInfo: DomainAccountInfo, callback: AsyncCallback<boolean>): void;
@ohos.account.osAccount.d.ts
Added NA Class name: DomainAccountManager;
Method or attribute name: static hasAccount(domainAccountInfo: DomainAccountInfo): Promise<boolean>;
@ohos.account.osAccount.d.ts
Added NA Class name: DomainAccountManager;
Method or attribute name: static updateAccountToken(
domainAccountInfo: DomainAccountInfo,
token: Uint8Array,
callback: AsyncCallback<void>
): void;
@ohos.account.osAccount.d.ts
Added NA Class name: DomainAccountManager;
Method or attribute name: static updateAccountToken(domainAccountInfo: DomainAccountInfo, token: Uint8Array): Promise<void>;
@ohos.account.osAccount.d.ts
Added NA Class name: DomainAccountManager;
Method or attribute name: static getAccountInfo(options: GetDomainAccountInfoOptions, callback: AsyncCallback<DomainAccountInfo>): void;
@ohos.account.osAccount.d.ts
Added NA Class name: DomainAccountManager;
Method or attribute name: static getAccountInfo(options: GetDomainAccountInfoOptions): Promise<DomainAccountInfo>;
@ohos.account.osAccount.d.ts
Added NA Class name: ExecutorProperty;
Method or attribute name: enrollmentProgress?: string;
@ohos.account.osAccount.d.ts
Added NA Class name: ExecutorProperty;
Method or attribute name: sensorInfo?: string;
@ohos.account.osAccount.d.ts
Added NA Class name: GetPropertyType;
Method or attribute name: ENROLLMENT_PROGRESS = 4
@ohos.account.osAccount.d.ts
Added NA Class name: GetPropertyType;
Method or attribute name: SENSOR_INFO = 5
@ohos.account.osAccount.d.ts
Added NA Class name: AuthType;
Method or attribute name: FINGERPRINT = 4
@ohos.account.osAccount.d.ts
Added NA Class name: AuthSubType;
Method or attribute name: FINGERPRINT_CAPACITIVE = 30000
@ohos.account.osAccount.d.ts
Added NA Class name: AuthSubType;
Method or attribute name: FINGERPRINT_OPTICAL = 30001
@ohos.account.osAccount.d.ts
Added NA Class name: AuthSubType;
Method or attribute name: FINGERPRINT_ULTRASONIC = 30002
@ohos.account.osAccount.d.ts
Added NA Class name: FingerprintTips;
Method or attribute name: FINGERPRINT_TIP_FINGER_DOWN = 6
@ohos.account.osAccount.d.ts
Added NA Class name: FingerprintTips;
Method or attribute name: FINGERPRINT_TIP_FINGER_UP = 7
@ohos.account.osAccount.d.ts
Deprecated version changed Class name: AppAccountManager;
Method or attribute name: addAccount(name: string, extraInfo: string, callback: AsyncCallback<void>): void;
Old version information:
Class name: AppAccountManager;
Method or attribute name: addAccount(name: string, extraInfo: string, callback: AsyncCallback<void>): void;
New version information: 9
Substitute API: appAccount.AppAccountManager#createAccount
@ohos.account.appAccount.d.ts
Deprecated version changed Class name: AppAccountManager;
Method or attribute name: addAccount(name: string, extraInfo?: string): Promise<void>;
Old version information:
Class name: AppAccountManager;
Method or attribute name: addAccount(name: string, extraInfo?: string): Promise<void>;
New version information: 9
Substitute API: appAccount.AppAccountManager#createAccount
@ohos.account.appAccount.d.ts
Deprecated version changed Class name: AppAccountManager;
Method or attribute name: deleteAccount(name: string): Promise<void>;
Old version information:
Class name: AppAccountManager;
Method or attribute name: deleteAccount(name: string): Promise<void>;
New version information: 9
Substitute API: appAccount.AppAccountManager#removeAccount
@ohos.account.appAccount.d.ts
Deprecated version changed Class name: AppAccountManager;
Method or attribute name: disableAppAccess(name: string, bundleName: string): Promise<void>;
Old version information:
Class name: AppAccountManager;
Method or attribute name: disableAppAccess(name: string, bundleName: string): Promise<void>;
New version information: 9
Substitute API: appAccount.AppAccountManager#setAppAccess
@ohos.account.appAccount.d.ts
Deprecated version changed Class name: AppAccountManager;
Method or attribute name: enableAppAccess(name: string, bundleName: string): Promise<void>;
Old version information:
Class name: AppAccountManager;
Method or attribute name: enableAppAccess(name: string, bundleName: string): Promise<void>;
New version information: 9
Substitute API: appAccount.AppAccountManager#setAppAccess
@ohos.account.appAccount.d.ts
Deprecated version changed Class name: AppAccountManager;
Method or attribute name: checkAppAccountSyncEnable(name: string): Promise<boolean>;
Old version information:
Class name: AppAccountManager;
Method or attribute name: checkAppAccountSyncEnable(name: string): Promise<boolean>;
New version information: 9
Substitute API: appAccount.AppAccountManager#checkDataSyncEnabled
@ohos.account.appAccount.d.ts
Deprecated version changed Class name: AppAccountManager;
Method or attribute name: setAccountCredential(name: string, credentialType: string, credential: string): Promise<void>;
Old version information:
Class name: AppAccountManager;
Method or attribute name: setAccountCredential(name: string, credentialType: string, credential: string): Promise<void>;
New version information: 9
Substitute API: appAccount.AppAccountManager#setCredential
@ohos.account.appAccount.d.ts
Deprecated version changed Class name: AppAccountManager;
Method or attribute name: setAccountExtraInfo(name: string, extraInfo: string): Promise<void>;
Old version information:
Class name: AppAccountManager;
Method or attribute name: setAccountExtraInfo(name: string, extraInfo: string): Promise<void>;
New version information: 9
Substitute API: appAccount.AppAccountManager#setCustomData
@ohos.account.appAccount.d.ts
Deprecated version changed Class name: AppAccountManager;
Method or attribute name: setAppAccountSyncEnable(name: string, isEnable: boolean): Promise<void>;
Old version information:
Class name: AppAccountManager;
Method or attribute name: setAppAccountSyncEnable(name: string, isEnable: boolean): Promise<void>;
New version information: 9
Substitute API: appAccount.AppAccountManager#setDataSyncEnabled
@ohos.account.appAccount.d.ts
Deprecated version changed Class name: AppAccountManager;
Method or attribute name: setAssociatedData(name: string, key: string, value: string): Promise<void>;
Old version information:
Class name: AppAccountManager;
Method or attribute name: setAssociatedData(name: string, key: string, value: string): Promise<void>;
New version information: 9
Substitute API: appAccount.AppAccountManager#setCustomData
@ohos.account.appAccount.d.ts
Deprecated version changed Class name: AppAccountManager;
Method or attribute name: getAllAccessibleAccounts(): Promise<Array<AppAccountInfo>>;
Old version information:
Class name: AppAccountManager;
Method or attribute name: getAllAccessibleAccounts(): Promise<Array<AppAccountInfo>>;
New version information: 9
Substitute API: appAccount.AppAccountManager#getAllAccounts
@ohos.account.appAccount.d.ts
Deprecated version changed Class name: AppAccountManager;
Method or attribute name: getAllAccounts(owner: string): Promise<Array<AppAccountInfo>>;
Old version information:
Class name: AppAccountManager;
Method or attribute name: getAllAccounts(owner: string): Promise<Array<AppAccountInfo>>;
New version information: 9
Substitute API: appAccount.AppAccountManager#getAccountsByOwner
@ohos.account.appAccount.d.ts
Deprecated version changed Class name: AppAccountManager;
Method or attribute name: getAccountCredential(name: string, credentialType: string): Promise<string>;
Old version information:
Class name: AppAccountManager;
Method or attribute name: getAccountCredential(name: string, credentialType: string): Promise<string>;
New version information: 9
Substitute API: appAccount.AppAccountManager#getCredential
@ohos.account.appAccount.d.ts
Deprecated version changed Class name: AppAccountManager;
Method or attribute name: getAccountExtraInfo(name: string): Promise<string>;
Old version information:
Class name: AppAccountManager;
Method or attribute name: getAccountExtraInfo(name: string): Promise<string>;
New version information: 9
Substitute API: appAccount.AppAccountManager#getCustomData
@ohos.account.appAccount.d.ts
Deprecated version changed Class name: AppAccountManager;
Method or attribute name: getAssociatedData(name: string, key: string): Promise<string>;
Old version information:
Class name: AppAccountManager;
Method or attribute name: getAssociatedData(name: string, key: string): Promise<string>;
New version information: 9
Substitute API: appAccount.AppAccountManager#getCustomData
@ohos.account.appAccount.d.ts
Deprecated version changed Class name: AppAccountManager;
Method or attribute name: getOAuthToken(name: string, owner: string, authType: string): Promise<string>;
Old version information:
Class name: AppAccountManager;
Method or attribute name: getOAuthToken(name: string, owner: string, authType: string): Promise<string>;
New version information: 9
Substitute API: appAccount.AppAccountManager#getAuthToken
@ohos.account.appAccount.d.ts
Deprecated version changed Class name: AppAccountManager;
Method or attribute name: setOAuthToken(name: string, authType: string, token: string): Promise<void>;
Old version information:
Class name: AppAccountManager;
Method or attribute name: setOAuthToken(name: string, authType: string, token: string): Promise<void>;
New version information: 9
Substitute API: appAccount.AppAccountManager#setAuthToken
@ohos.account.appAccount.d.ts
Deprecated version changed Class name: AppAccountManager;
Method or attribute name: deleteOAuthToken(name: string, owner: string, authType: string, token: string): Promise<void>;
Old version information:
Class name: AppAccountManager;
Method or attribute name: deleteOAuthToken(name: string, owner: string, authType: string, token: string): Promise<void>;
New version information: 9
Substitute API: appAccount.AppAccountManager#deleteAuthToken
@ohos.account.appAccount.d.ts
Deprecated version changed Class name: AppAccountManager;
Method or attribute name: setOAuthTokenVisibility(name: string, authType: string, bundleName: string, isVisible: boolean): Promise<void>;
Old version information:
Class name: AppAccountManager;
Method or attribute name: setOAuthTokenVisibility(name: string, authType: string, bundleName: string, isVisible: boolean): Promise<void>;
New version information: 9
Substitute API: appAccount.AppAccountManager#setAuthTokenVisibility
@ohos.account.appAccount.d.ts
Deprecated version changed Class name: AppAccountManager;
Method or attribute name: checkOAuthTokenVisibility(name: string, authType: string, bundleName: string): Promise<boolean>;
Old version information:
Class name: AppAccountManager;
Method or attribute name: checkOAuthTokenVisibility(name: string, authType: string, bundleName: string): Promise<boolean>;
New version information: 9
Substitute API: appAccount.AppAccountManager#checkAuthTokenVisibility
@ohos.account.appAccount.d.ts
Deprecated version changed Class name: AppAccountManager;
Method or attribute name: getAllOAuthTokens(name: string, owner: string): Promise<Array<OAuthTokenInfo>>;
Old version information:
Class name: AppAccountManager;
Method or attribute name: getAllOAuthTokens(name: string, owner: string): Promise<Array<OAuthTokenInfo>>;
New version information: 9
Substitute API: appAccount.AppAccountManager#getAllAuthTokens
@ohos.account.appAccount.d.ts
Deprecated version changed Class name: AppAccountManager;
Method or attribute name: getOAuthList(name: string, authType: string): Promise<Array<string>>;
Old version information:
Class name: AppAccountManager;
Method or attribute name: getOAuthList(name: string, authType: string): Promise<Array<string>>;
New version information: 9
Substitute API: appAccount.AppAccountManager#getAuthList
@ohos.account.appAccount.d.ts
Deprecated version changed Class name: AppAccountManager;
Method or attribute name: getAuthenticatorCallback(sessionId: string): Promise<AuthenticatorCallback>;
Old version information:
Class name: AppAccountManager;
Method or attribute name: getAuthenticatorCallback(sessionId: string): Promise<AuthenticatorCallback>;
New version information: 9
Substitute API: appAccount.AppAccountManager#getAuthCallback
@ohos.account.appAccount.d.ts
Deprecated version changed Class name: AppAccountManager;
Method or attribute name: getAuthenticatorInfo(owner: string): Promise<AuthenticatorInfo>;
Old version information:
Class name: AppAccountManager;
Method or attribute name: getAuthenticatorInfo(owner: string): Promise<AuthenticatorInfo>;
New version information: 9
Substitute API: appAccount.AppAccountManager#queryAuthenticatorInfo
@ohos.account.appAccount.d.ts
Deprecated version changed Class name: DistributedAccountAbility;
Method or attribute name: queryOsAccountDistributedInfo(): Promise<DistributedInfo>;
Old version information:
Class name: DistributedAccountAbility;
Method or attribute name: queryOsAccountDistributedInfo(): Promise<DistributedInfo>;
New version information: 9
Substitute API: distributedAccount.DistributedAccountAbility#getOsAccountDistributedInfo
@ohos.account.distributedAccount.d.ts
Deprecated version changed Class name: DistributedAccountAbility;
Method or attribute name: updateOsAccountDistributedInfo(accountInfo: DistributedInfo): Promise<void>;
Old version information:
Class name: DistributedAccountAbility;
Method or attribute name: updateOsAccountDistributedInfo(accountInfo: DistributedInfo): Promise<void>;
New version information: 9
Substitute API: distributedAccount.DistributedAccountAbility#setOsAccountDistributedInfo
@ohos.account.distributedAccount.d.ts
Deprecated version changed Class name: AccountManager;
Method or attribute name: isMultiOsAccountEnable(): Promise<boolean>;
Old version information:
Class name: AccountManager;
Method or attribute name: isMultiOsAccountEnable(): Promise<boolean>;
New version information: 9
Substitute API: osAccount.AccountManager#checkMultiOsAccountEnabled
@ohos.account.osAccount.d.ts
Deprecated version changed Class name: AccountManager;
Method or attribute name: isOsAccountActived(localId: number): Promise<boolean>;
Old version information:
Class name: AccountManager;
Method or attribute name: isOsAccountActived(localId: number): Promise<boolean>;
New version information: 9
Substitute API: osAccount.AccountManager#checkOsAccountActivated
@ohos.account.osAccount.d.ts
Deprecated version changed Class name: AccountManager;
Method or attribute name: isOsAccountConstraintEnable(localId: number, constraint: string): Promise<boolean>;
Old version information:
Class name: AccountManager;
Method or attribute name: isOsAccountConstraintEnable(localId: number, constraint: string): Promise<boolean>;
New version information: 9
Substitute API: osAccount.AccountManager#checkConstraintEnabled
@ohos.account.osAccount.d.ts
Deprecated version changed Class name: AccountManager;
Method or attribute name: isTestOsAccount(): Promise<boolean>;
Old version information:
Class name: AccountManager;
Method or attribute name: isTestOsAccount(): Promise<boolean>;
New version information: 9
Substitute API: osAccount.AccountManager#checkOsAccountTestable
@ohos.account.osAccount.d.ts
Deprecated version changed Class name: AccountManager;
Method or attribute name: isOsAccountVerified(localId: number, callback: AsyncCallback<boolean>): void;
Old version information:
Class name: AccountManager;
Method or attribute name: isOsAccountVerified(localId: number, callback: AsyncCallback<boolean>): void;
New version information: 9
Substitute API: osAccount.AccountManager#checkOsAccountVerified
@ohos.account.osAccount.d.ts
Deprecated version changed Class name: AccountManager;
Method or attribute name: isOsAccountVerified(localId?: number): Promise<boolean>;
Old version information:
Class name: AccountManager;
Method or attribute name: isOsAccountVerified(localId?: number): Promise<boolean>;
New version information: 9
Substitute API: osAccount.AccountManager#checkOsAccountVerified
@ohos.account.osAccount.d.ts
Deprecated version changed Class name: AccountManager;
Method or attribute name: getCreatedOsAccountsCount(): Promise<number>;
Old version information:
Class name: AccountManager;
Method or attribute name: getCreatedOsAccountsCount(): Promise<number>;
New version information: 9
Substitute API: osAccount.AccountManager#getOsAccountCount
@ohos.account.osAccount.d.ts
Deprecated version changed Class name: AccountManager;
Method or attribute name: getOsAccountLocalIdFromProcess(): Promise<number>;
Old version information:
Class name: AccountManager;
Method or attribute name: getOsAccountLocalIdFromProcess(): Promise<number>;
New version information: 9
Substitute API: osAccount.AccountManager#getOsAccountLocalId
@ohos.account.osAccount.d.ts
Deprecated version changed Class name: AccountManager;
Method or attribute name: getOsAccountLocalIdFromUid(uid: number): Promise<number>;
Old version information:
Class name: AccountManager;
Method or attribute name: getOsAccountLocalIdFromUid(uid: number): Promise<number>;
New version information: 9
Substitute API: osAccount.AccountManager#getOsAccountLocalIdForUid
@ohos.account.osAccount.d.ts
Deprecated version changed Class name: AccountManager;
Method or attribute name: getOsAccountLocalIdFromDomain(domainInfo: DomainAccountInfo): Promise<number>;
Old version information:
Class name: AccountManager;
Method or attribute name: getOsAccountLocalIdFromDomain(domainInfo: DomainAccountInfo): Promise<number>;
New version information: 9
Substitute API: osAccount.AccountManager#getOsAccountLocalIdForDomain
@ohos.account.osAccount.d.ts
Deprecated version changed Class name: AccountManager;
Method or attribute name: getOsAccountAllConstraints(localId: number): Promise<Array<string>>;
Old version information:
Class name: AccountManager;
Method or attribute name: getOsAccountAllConstraints(localId: number): Promise<Array<string>>;
New version information: 9
Substitute API: osAccount.AccountManager#getOsAccountConstraints
@ohos.account.osAccount.d.ts
Deprecated version changed Class name: AccountManager;
Method or attribute name: queryActivatedOsAccountIds(): Promise<Array<number>>;
Old version information:
Class name: AccountManager;
Method or attribute name: queryActivatedOsAccountIds(): Promise<Array<number>>;
New version information: 9
Substitute API: osAccount.AccountManager#getActivatedOsAccountLocalIds
@ohos.account.osAccount.d.ts
Deprecated version changed Class name: AccountManager;
Method or attribute name: queryCurrentOsAccount(): Promise<OsAccountInfo>;
Old version information:
Class name: AccountManager;
Method or attribute name: queryCurrentOsAccount(): Promise<OsAccountInfo>;
New version information: 9
Substitute API: osAccount.AccountManager#getCurrentOsAccount
@ohos.account.osAccount.d.ts
Deprecated version changed Class name: AccountManager;
Method or attribute name: getOsAccountTypeFromProcess(): Promise<OsAccountType>;
Old version information:
Class name: AccountManager;
Method or attribute name: getOsAccountTypeFromProcess(): Promise<OsAccountType>;
New version information: 9
Substitute API: osAccount.AccountManager#getOsAccountType
@ohos.account.osAccount.d.ts
Deprecated version changed Class name: AccountManager;
Method or attribute name: getDistributedVirtualDeviceId(): Promise<string>;
Old version information:
Class name: AccountManager;
Method or attribute name: getDistributedVirtualDeviceId(): Promise<string>;
New version information: 9
Substitute API: osAccount.AccountManager#queryDistributedVirtualDeviceId
@ohos.account.osAccount.d.ts
Deprecated version changed Class name: AccountManager;
Method or attribute name: getOsAccountLocalIdBySerialNumber(serialNumber: number): Promise<number>;
Old version information:
Class name: AccountManager;
Method or attribute name: getOsAccountLocalIdBySerialNumber(serialNumber: number): Promise<number>;
New version information: 9
Substitute API: osAccount.AccountManager#getOsAccountLocalIdForSerialNumber
@ohos.account.osAccount.d.ts
Deprecated version changed Class name: AccountManager;
Method or attribute name: getSerialNumberByOsAccountLocalId(localId: number): Promise<number>;
Old version information:
Class name: AccountManager;
Method or attribute name: getSerialNumberByOsAccountLocalId(localId: number): Promise<number>;
New version information: 9
Substitute API: osAccount.AccountManager#getSerialNumberForOsAccountLocalId
@ohos.account.osAccount.d.ts
Error code added Class name: AppAccountManager;
Method or attribute name: createAccount(name: string, options: CreateAccountOptions, callback: AsyncCallback<void>): void;
Old version information:
Class name: AppAccountManager;
Method or attribute name: createAccount(name: string, options: CreateAccountOptions, callback: AsyncCallback<void>): void;
New version information: 401, 12300001, 12300002, 12300004, 12300007
@ohos.account.appAccount.d.ts
Error code added Class name: AppAccountManager;
Method or attribute name: createAccount(name: string, options?: CreateAccountOptions): Promise<void>;
Old version information:
Class name: AppAccountManager;
Method or attribute name: createAccount(name: string, options?: CreateAccountOptions): Promise<void>;
New version information: 401, 12300001, 12300002, 12300004, 12300007
@ohos.account.appAccount.d.ts
Error code added Class name: AppAccountManager;
Method or attribute name: createAccountImplicitly(owner: string, options: CreateAccountImplicitlyOptions, callback: AuthCallback): void;
Old version information:
Class name: AppAccountManager;
Method or attribute name: createAccountImplicitly(owner: string, options: CreateAccountImplicitlyOptions, callback: AuthCallback): void;
New version information: 401, 12300001, 12300002, 12300007, 12300010, 12300113,12300114
@ohos.account.appAccount.d.ts
Error code added Class name: AppAccountManager;
Method or attribute name: removeAccount(name: string): Promise<void>;
Old version information:
Class name: AppAccountManager;
Method or attribute name: removeAccount(name: string): Promise<void>;
New version information: 401, 12300001, 12300002, 12300003
@ohos.account.appAccount.d.ts
Error code added Class name: AppAccountManager;
Method or attribute name: setAppAccess(name: string, bundleName: string, isAccessible: boolean): Promise<void>;
Old version information:
Class name: AppAccountManager;
Method or attribute name: setAppAccess(name: string, bundleName: string, isAccessible: boolean): Promise<void>;
New version information: 401, 12300001, 12300002, 12300003,12400001
@ohos.account.appAccount.d.ts
Error code added Class name: AppAccountManager;
Method or attribute name: checkAppAccess(name: string, bundleName: string): Promise<boolean>;
Old version information:
Class name: AppAccountManager;
Method or attribute name: checkAppAccess(name: string, bundleName: string): Promise<boolean>;
New version information: 401, 12300001, 12300002, 12300003
@ohos.account.appAccount.d.ts
Error code added Class name: AppAccountManager;
Method or attribute name: checkDataSyncEnabled(name: string): Promise<boolean>;
Old version information:
Class name: AppAccountManager;
Method or attribute name: checkDataSyncEnabled(name: string): Promise<boolean>;
New version information: 201,401, 12300001, 12300002, 12300003
@ohos.account.appAccount.d.ts
Error code added Class name: AppAccountManager;
Method or attribute name: setCredential(name: string, credentialType: string, credential: string): Promise<void>;
Old version information:
Class name: AppAccountManager;
Method or attribute name: setCredential(name: string, credentialType: string, credential: string): Promise<void>;
New version information: 401, 12300001, 12300002, 12300003
@ohos.account.appAccount.d.ts
Error code added Class name: AppAccountManager;
Method or attribute name: setDataSyncEnabled(name: string, isEnabled: boolean): Promise<void>;
Old version information:
Class name: AppAccountManager;
Method or attribute name: setDataSyncEnabled(name: string, isEnabled: boolean): Promise<void>;
New version information: 201,401, 12300001, 12300002, 12300003
@ohos.account.appAccount.d.ts
Error code added Class name: AppAccountManager;
Method or attribute name: setCustomData(name: string, key: string, value: string): Promise<void>;
Old version information:
Class name: AppAccountManager;
Method or attribute name: setCustomData(name: string, key: string, value: string): Promise<void>;
New version information: 401, 12300001, 12300002, 12300003,12400003
@ohos.account.appAccount.d.ts
Error code added Class name: AppAccountManager;
Method or attribute name: getAllAccounts(): Promise<Array<AppAccountInfo>>;
Old version information:
Class name: AppAccountManager;
Method or attribute name: getAllAccounts(): Promise<Array<AppAccountInfo>>;
New version information: 401, 12300001
@ohos.account.appAccount.d.ts
Error code added Class name: AppAccountManager;
Method or attribute name: getAccountsByOwner(owner: string): Promise<Array<AppAccountInfo>>;
Old version information:
Class name: AppAccountManager;
Method or attribute name: getAccountsByOwner(owner: string): Promise<Array<AppAccountInfo>>;
New version information: 401, 12300001, 12300002, 12400001
@ohos.account.appAccount.d.ts
Error code added Class name: AppAccountManager;
Method or attribute name: getCredential(name: string, credentialType: string): Promise<string>;
Old version information:
Class name: AppAccountManager;
Method or attribute name: getCredential(name: string, credentialType: string): Promise<string>;
New version information: 401, 12300001, 12300002, 12300003,12300102
@ohos.account.appAccount.d.ts
Error code added Class name: AppAccountManager;
Method or attribute name: getCustomData(name: string, key: string): Promise<string>;
Old version information:
Class name: AppAccountManager;
Method or attribute name: getCustomData(name: string, key: string): Promise<string>;
New version information: 401, 12300001, 12300002, 12300003,12400002
@ohos.account.appAccount.d.ts
Error code added Class name: AppAccountManager;
Method or attribute name: auth(
name: string,
owner: string,
authType: string,
options: { [key: string]: Object },
callback: AuthCallback
): void;
Old version information:
Class name: AppAccountManager;
Method or attribute name: auth(
name: string,
owner: string,
authType: string,
options: { [key: string]: Object },
callback: AuthCallback
): void;
New version information: 401, 12300001, 12300002, 12300003,12300010, 12300113,12300114
@ohos.account.appAccount.d.ts
Error code added Class name: AppAccountManager;
Method or attribute name: getAuthToken(name: string, owner: string, authType: string): Promise<string>;
Old version information:
Class name: AppAccountManager;
Method or attribute name: getAuthToken(name: string, owner: string, authType: string): Promise<string>;
New version information: 401, 12300001, 12300002, 12300003,12300107
@ohos.account.appAccount.d.ts
Error code added Class name: AppAccountManager;
Method or attribute name: setAuthToken(name: string, authType: string, token: string): Promise<void>;
Old version information:
Class name: AppAccountManager;
Method or attribute name: setAuthToken(name: string, authType: string, token: string): Promise<void>;
New version information: 401, 12300001, 12300002, 12300003,12400004
@ohos.account.appAccount.d.ts
Error code added Class name: AppAccountManager;
Method or attribute name: deleteAuthToken(name: string, owner: string, authType: string, token: string): Promise<void>;
Old version information:
Class name: AppAccountManager;
Method or attribute name: deleteAuthToken(name: string, owner: string, authType: string, token: string): Promise<void>;
New version information: 401, 12300001, 12300002, 12300003,12300107
@ohos.account.appAccount.d.ts
Error code added Class name: AppAccountManager;
Method or attribute name: setAuthTokenVisibility(name: string, authType: string, bundleName: string, isVisible: boolean): Promise<void>;
Old version information:
Class name: AppAccountManager;
Method or attribute name: setAuthTokenVisibility(name: string, authType: string, bundleName: string, isVisible: boolean): Promise<void>;
New version information: 401, 12300001, 12300002, 12300003,12300107, 12400001, 12400005
@ohos.account.appAccount.d.ts
Error code added Class name: AppAccountManager;
Method or attribute name: checkAuthTokenVisibility(name: string, authType: string, bundleName: string): Promise<boolean>;
Old version information:
Class name: AppAccountManager;
Method or attribute name: checkAuthTokenVisibility(name: string, authType: string, bundleName: string): Promise<boolean>;
New version information: 401, 12300001, 12300002, 12300003,12300107
@ohos.account.appAccount.d.ts
Error code added Class name: AppAccountManager;
Method or attribute name: getAllAuthTokens(name: string, owner: string): Promise<Array<AuthTokenInfo>>;
Old version information:
Class name: AppAccountManager;
Method or attribute name: getAllAuthTokens(name: string, owner: string): Promise<Array<AuthTokenInfo>>;
New version information: 401, 12300001, 12300002, 12300003
@ohos.account.appAccount.d.ts
Error code added Class name: AppAccountManager;
Method or attribute name: getAuthList(name: string, authType: string): Promise<Array<string>>;
Old version information:
Class name: AppAccountManager;
Method or attribute name: getAuthList(name: string, authType: string): Promise<Array<string>>;
New version information: 401, 12300001, 12300002, 12300003,12300107
@ohos.account.appAccount.d.ts
Error code added Class name: AppAccountManager;
Method or attribute name: getAuthCallback(sessionId: string): Promise<AuthCallback>;
Old version information:
Class name: AppAccountManager;
Method or attribute name: getAuthCallback(sessionId: string): Promise<AuthCallback>;
New version information: 401, 12300001, 12300002, 12300108
@ohos.account.appAccount.d.ts
Error code added Class name: AppAccountManager;
Method or attribute name: queryAuthenticatorInfo(owner: string): Promise<AuthenticatorInfo>;
Old version information:
Class name: AppAccountManager;
Method or attribute name: queryAuthenticatorInfo(owner: string): Promise<AuthenticatorInfo>;
New version information: 401, 12300001, 12300002, 12300113
@ohos.account.appAccount.d.ts
Error code added Class name: AppAccountManager;
Method or attribute name: checkAccountLabels(name: string, owner: string, labels: Array<string>): Promise<boolean>;
Old version information:
Class name: AppAccountManager;
Method or attribute name: checkAccountLabels(name: string, owner: string, labels: Array<string>): Promise<boolean>;
New version information: 401, 12300001, 12300002, 12300003,12300010, 12300113,12300114
@ohos.account.appAccount.d.ts
Error code added Class name: AppAccountManager;
Method or attribute name: deleteCredential(name: string, credentialType: string): Promise<void>;
Old version information:
Class name: AppAccountManager;
Method or attribute name: deleteCredential(name: string, credentialType: string): Promise<void>;
New version information: 401, 12300001, 12300002, 12300003,12300102
@ohos.account.appAccount.d.ts
Error code added Class name: AppAccountManager;
Method or attribute name: selectAccountsByOptions(options: SelectAccountsOptions): Promise<Array<AppAccountInfo>>;
Old version information:
Class name: AppAccountManager;
Method or attribute name: selectAccountsByOptions(options: SelectAccountsOptions): Promise<Array<AppAccountInfo>>;
New version information: 401, 12300001, 12300002, 12300010, 12300114
@ohos.account.appAccount.d.ts
Error code added Class name: AppAccountManager;
Method or attribute name: verifyCredential(name: string, owner: string, options: VerifyCredentialOptions, callback: AuthCallback): void;
Old version information:
Class name: AppAccountManager;
Method or attribute name: verifyCredential(name: string, owner: string, options: VerifyCredentialOptions, callback: AuthCallback): void;
New version information: 401, 12300001, 12300002, 12300003,12300010, 12300113,12300114
@ohos.account.appAccount.d.ts
Error code added Class name: AppAccountManager;
Method or attribute name: setAuthenticatorProperties(owner: string, options: SetPropertiesOptions, callback: AuthCallback): void;
Old version information:
Class name: AppAccountManager;
Method or attribute name: setAuthenticatorProperties(owner: string, options: SetPropertiesOptions, callback: AuthCallback): void;
New version information: 401, 12300001, 12300002, 12300010, 12300113,12300114
@ohos.account.appAccount.d.ts
Error code added Class name: DistributedAccountAbility;
Method or attribute name: getOsAccountDistributedInfo(): Promise<DistributedInfo>;
Old version information:
Class name: DistributedAccountAbility;
Method or attribute name: getOsAccountDistributedInfo(): Promise<DistributedInfo>;
New version information: 201,401, 12300001
@ohos.account.distributedAccount.d.ts
Error code added Class name: DistributedAccountAbility;
Method or attribute name: setOsAccountDistributedInfo(accountInfo: DistributedInfo): Promise<void>;
Old version information:
Class name: DistributedAccountAbility;
Method or attribute name: setOsAccountDistributedInfo(accountInfo: DistributedInfo): Promise<void>;
New version information: 201,401, 12300001, 12300002, 12300003
@ohos.account.distributedAccount.d.ts
Error code added Class name: AccountManager;
Method or attribute name: activateOsAccount(localId: number): Promise<void>;
Old version information:
Class name: AccountManager;
Method or attribute name: activateOsAccount(localId: number): Promise<void>;
New version information: 201,202,401, 12300001, 12300002, 12300003,12300008, 12300009
@ohos.account.osAccount.d.ts
Error code added Class name: AccountManager;
Method or attribute name: checkMultiOsAccountEnabled(): Promise<boolean>;
Old version information:
Class name: AccountManager;
Method or attribute name: checkMultiOsAccountEnabled(): Promise<boolean>;
New version information: 401, 12300001
@ohos.account.osAccount.d.ts
Error code added Class name: AccountManager;
Method or attribute name: checkOsAccountActivated(localId: number): Promise<boolean>;
Old version information:
Class name: AccountManager;
Method or attribute name: checkOsAccountActivated(localId: number): Promise<boolean>;
New version information: 201,401, 12300001, 12300002, 12300003
@ohos.account.osAccount.d.ts
Error code added Class name: AccountManager;
Method or attribute name: checkOsAccountTestable(): Promise<boolean>;
Old version information:
Class name: AccountManager;
Method or attribute name: checkOsAccountTestable(): Promise<boolean>;
New version information: 401, 12300001
@ohos.account.osAccount.d.ts
Error code added Class name: AccountManager;
Method or attribute name: removeOsAccount(localId: number): Promise<void>;
Old version information:
Class name: AccountManager;
Method or attribute name: removeOsAccount(localId: number): Promise<void>;
New version information: 201,202,401, 12300001, 12300002, 12300003,12300008
@ohos.account.osAccount.d.ts
Error code added Class name: AccountManager;
Method or attribute name: setOsAccountConstraints(localId: number, constraints: Array<string>, enable: boolean): Promise<void>;
Old version information:
Class name: AccountManager;
Method or attribute name: setOsAccountConstraints(localId: number, constraints: Array<string>, enable: boolean): Promise<void>;
New version information: 201,202,401, 12300001, 12300002, 12300003,12300008
@ohos.account.osAccount.d.ts
Error code added Class name: AccountManager;
Method or attribute name: setOsAccountName(localId: number, localName: string): Promise<void>;
Old version information:
Class name: AccountManager;
Method or attribute name: setOsAccountName(localId: number, localName: string): Promise<void>;
New version information: 201,202,401, 12300001, 12300002, 12300003,12300008
@ohos.account.osAccount.d.ts
Error code added Class name: AccountManager;
Method or attribute name: getOsAccountCount(): Promise<number>;
Old version information:
Class name: AccountManager;
Method or attribute name: getOsAccountCount(): Promise<number>;
New version information: 201,401, 12300001
@ohos.account.osAccount.d.ts
Error code added Class name: AccountManager;
Method or attribute name: queryMaxOsAccountNumber(): Promise<number>;
Old version information:
Class name: AccountManager;
Method or attribute name: queryMaxOsAccountNumber(): Promise<number>;
New version information: 202,401, 12300001
@ohos.account.osAccount.d.ts
Error code added Class name: AccountManager;
Method or attribute name: getOsAccountConstraints(localId: number): Promise<Array<string>>;
Old version information:
Class name: AccountManager;
Method or attribute name: getOsAccountConstraints(localId: number): Promise<Array<string>>;
New version information: 201,401, 12300001, 12300002, 12300003
@ohos.account.osAccount.d.ts
Error code added Class name: AccountManager;
Method or attribute name: queryAllCreatedOsAccounts(): Promise<Array<OsAccountInfo>>;
Old version information:
Class name: AccountManager;
Method or attribute name: queryAllCreatedOsAccounts(): Promise<Array<OsAccountInfo>>;
New version information: 201,202,401, 12300001
@ohos.account.osAccount.d.ts
Error code added Class name: AccountManager;
Method or attribute name: createOsAccount(localName: string, type: OsAccountType): Promise<OsAccountInfo>;
Old version information:
Class name: AccountManager;
Method or attribute name: createOsAccount(localName: string, type: OsAccountType): Promise<OsAccountInfo>;
New version information: 201,202,401, 12300001, 12300002, 12300005, 12300006, 12300007
@ohos.account.osAccount.d.ts
Error code added Class name: AccountManager;
Method or attribute name: createOsAccountForDomain(type: OsAccountType, domainInfo: DomainAccountInfo): Promise<OsAccountInfo>;
Old version information:
Class name: AccountManager;
Method or attribute name: createOsAccountForDomain(type: OsAccountType, domainInfo: DomainAccountInfo): Promise<OsAccountInfo>;
New version information: 201,202,401, 12300001, 12300002, 12300005, 12300006, 12300007
@ohos.account.osAccount.d.ts
Error code added Class name: AccountManager;
Method or attribute name: getCurrentOsAccount(): Promise<OsAccountInfo>;
Old version information:
Class name: AccountManager;
Method or attribute name: getCurrentOsAccount(): Promise<OsAccountInfo>;
New version information: 201,401, 12300001
@ohos.account.osAccount.d.ts
Error code added Class name: AccountManager;
Method or attribute name: queryOsAccountById(localId: number): Promise<OsAccountInfo>;
Old version information:
Class name: AccountManager;
Method or attribute name: queryOsAccountById(localId: number): Promise<OsAccountInfo>;
New version information: 201,202,401, 12300001, 12300002, 12300003
@ohos.account.osAccount.d.ts
Error code added Class name: AccountManager;
Method or attribute name: getOsAccountType(): Promise<OsAccountType>;
Old version information:
Class name: AccountManager;
Method or attribute name: getOsAccountType(): Promise<OsAccountType>;
New version information: 401, 12300001
@ohos.account.osAccount.d.ts
Error code added Class name: AccountManager;
Method or attribute name: queryDistributedVirtualDeviceId(): Promise<string>;
Old version information:
Class name: AccountManager;
Method or attribute name: queryDistributedVirtualDeviceId(): Promise<string>;
New version information: 201,401, 12300001
@ohos.account.osAccount.d.ts
Error code added Class name: AccountManager;
Method or attribute name: getOsAccountProfilePhoto(localId: number): Promise<string>;
Old version information:
Class name: AccountManager;
Method or attribute name: getOsAccountProfilePhoto(localId: number): Promise<string>;
New version information: 201,202,401, 12300001, 12300002, 12300003
@ohos.account.osAccount.d.ts
Error code added Class name: AccountManager;
Method or attribute name: setOsAccountProfilePhoto(localId: number, photo: string): Promise<void>;
Old version information:
Class name: AccountManager;
Method or attribute name: setOsAccountProfilePhoto(localId: number, photo: string): Promise<void>;
New version information: 201,202,401, 12300001, 12300002, 12300003,12300008
@ohos.account.osAccount.d.ts
Error code added Class name: AccountManager;
Method or attribute name: isMainOsAccount(): Promise<boolean>;
Old version information:
Class name: AccountManager;
Method or attribute name: isMainOsAccount(): Promise<boolean>;
New version information: 201,202,401, 12300001
@ohos.account.osAccount.d.ts
Error code added Class name: UserAuth;
Method or attribute name: constructor();
Old version information:
Class name: UserAuth;
Method or attribute name: constructor();
New version information: 202
@ohos.account.osAccount.d.ts
Error code added Class name: PINAuth;
Method or attribute name: constructor();
Old version information:
Class name: PINAuth;
Method or attribute name: constructor();
New version information: 202
@ohos.account.osAccount.d.ts
Error code added Class name: UserIdentityManager;
Method or attribute name: constructor();
Old version information:
Class name: UserIdentityManager;
Method or attribute name: constructor();
New version information: 202
@ohos.account.osAccount.d.ts
Error code added Class name: UserAuth;
Method or attribute name: getVersion(): number;
Old version information:
Class name: UserAuth;
Method or attribute name: getVersion(): number;
New version information: 202
@ohos.account.osAccount.d.ts
Error code added Class name: UserAuth;
Method or attribute name: getProperty(request: GetPropertyRequest): Promise<ExecutorProperty>;
Old version information:
Class name: UserAuth;
Method or attribute name: getProperty(request: GetPropertyRequest): Promise<ExecutorProperty>;
New version information: 201,202,401, 12300001, 12300002
@ohos.account.osAccount.d.ts
Error code added Class name: UserAuth;
Method or attribute name: setProperty(request: SetPropertyRequest): Promise<void>;
Old version information:
Class name: UserAuth;
Method or attribute name: setProperty(request: SetPropertyRequest): Promise<void>;
New version information: 201,202,401, 12300001, 12300002
@ohos.account.osAccount.d.ts
Error code added Class name: UserIdentityManager;
Method or attribute name: openSession(): Promise<Uint8Array>;
Old version information:
Class name: UserIdentityManager;
Method or attribute name: openSession(): Promise<Uint8Array>;
New version information: 201,202,401, 12300001
@ohos.account.osAccount.d.ts
Error code added Class name: UserIdentityManager;
Method or attribute name: getAuthInfo(authType: AuthType, callback: AsyncCallback<Array<EnrolledCredInfo>>): void;
Old version information:
Class name: UserIdentityManager;
Method or attribute name: getAuthInfo(authType: AuthType, callback: AsyncCallback<Array<EnrolledCredInfo>>): void;
New version information: 201,202,401, 12300001, 12300002, 12300102
@ohos.account.osAccount.d.ts
Error code added Class name: UserIdentityManager;
Method or attribute name: getAuthInfo(authType?: AuthType): Promise<Array<EnrolledCredInfo>>;
Old version information:
Class name: UserIdentityManager;
Method or attribute name: getAuthInfo(authType?: AuthType): Promise<Array<EnrolledCredInfo>>;
New version information: 201,202,401, 12300001, 12300002, 12300102
@ohos.account.osAccount.d.ts
Error code changed Class name: AppAccountManager;
Method or attribute name: on(type: 'accountChange', owners: Array<string>, callback: Callback<Array<AppAccountInfo>>): void;
Old version information: 401, 12300001, 12300002, 12300011, 12400001
Class name: AppAccountManager;
Method or attribute name: on(type: 'accountChange', owners: Array<string>, callback: Callback<Array<AppAccountInfo>>): void;
New version information: 401, 12300001, 12300002, 12400001
@ohos.account.appAccount.d.ts
Error code changed Class name: AppAccountManager;
Method or attribute name: off(type: 'accountChange', callback?: Callback<Array<AppAccountInfo>>): void;
Old version information: 401, 12300001, 12300002, 12300012
Class name: AppAccountManager;
Method or attribute name: off(type: 'accountChange', callback?: Callback<Array<AppAccountInfo>>): void;
New version information: 401, 12300001, 12300002
@ohos.account.appAccount.d.ts
Error code changed Class name: AccountManager;
Method or attribute name: activateOsAccount(localId: number, callback: AsyncCallback<void>): void;
Old version information: 201,401, 12300001, 12300002, 12300003,12300008, 12300009
Class name: AccountManager;
Method or attribute name: activateOsAccount(localId: number, callback: AsyncCallback<void>): void;
New version information: 201,202,401, 12300001, 12300002, 12300003,12300008, 12300009
@ohos.account.osAccount.d.ts
Error code changed Class name: AccountManager;
Method or attribute name: removeOsAccount(localId: number, callback: AsyncCallback<void>): void;
Old version information: 201,401, 12300001, 12300002, 12300003,12300008
Class name: AccountManager;
Method or attribute name: removeOsAccount(localId: number, callback: AsyncCallback<void>): void;
New version information: 201,202,401, 12300001, 12300002, 12300003,12300008
@ohos.account.osAccount.d.ts
Error code changed Class name: AccountManager;
Method or attribute name: setOsAccountConstraints(
localId: number,
constraints: Array<string>,
enable: boolean,
callback: AsyncCallback<void>
): void;
Old version information: 201,401, 12300001, 12300002, 12300003,12300008
Class name: AccountManager;
Method or attribute name: setOsAccountConstraints(
localId: number,
constraints: Array<string>,
enable: boolean,
callback: AsyncCallback<void>
): void;
New version information: 201,202,401, 12300001, 12300002, 12300003,12300008
@ohos.account.osAccount.d.ts
Error code changed Class name: AccountManager;
Method or attribute name: setOsAccountName(localId: number, localName: string, callback: AsyncCallback<void>): void;
Old version information: 201,401, 12300001, 12300002, 12300003,12300008
Class name: AccountManager;
Method or attribute name: setOsAccountName(localId: number, localName: string, callback: AsyncCallback<void>): void;
New version information: 201,202,401, 12300001, 12300002, 12300003,12300008
@ohos.account.osAccount.d.ts
Error code changed Class name: AccountManager;
Method or attribute name: queryMaxOsAccountNumber(callback: AsyncCallback<number>): void;
Old version information: 401, 12300001
Class name: AccountManager;
Method or attribute name: queryMaxOsAccountNumber(callback: AsyncCallback<number>): void;
New version information: 202,401, 12300001
@ohos.account.osAccount.d.ts
Error code changed Class name: AccountManager;
Method or attribute name: queryAllCreatedOsAccounts(callback: AsyncCallback<Array<OsAccountInfo>>): void;
Old version information: 201,401, 12300001
Class name: AccountManager;
Method or attribute name: queryAllCreatedOsAccounts(callback: AsyncCallback<Array<OsAccountInfo>>): void;
New version information: 201,202,401, 12300001
@ohos.account.osAccount.d.ts
Error code changed Class name: AccountManager;
Method or attribute name: createOsAccount(localName: string, type: OsAccountType, callback: AsyncCallback<OsAccountInfo>): void;
Old version information: 201,401, 12300001, 12300002, 12300005, 12300006, 12300007
Class name: AccountManager;
Method or attribute name: createOsAccount(localName: string, type: OsAccountType, callback: AsyncCallback<OsAccountInfo>): void;
New version information: 201,202,401, 12300001, 12300002, 12300005, 12300006, 12300007
@ohos.account.osAccount.d.ts
Error code changed Class name: AccountManager;
Method or attribute name: createOsAccountForDomain(
type: OsAccountType,
domainInfo: DomainAccountInfo,
callback: AsyncCallback<OsAccountInfo>
): void;
Old version information: 201,401, 12300001, 12300002, 12300005, 12300006, 12300007
Class name: AccountManager;
Method or attribute name: createOsAccountForDomain(
type: OsAccountType,
domainInfo: DomainAccountInfo,
callback: AsyncCallback<OsAccountInfo>
): void;
New version information: 201,202,401, 12300001, 12300002, 12300005, 12300006, 12300007
@ohos.account.osAccount.d.ts
Error code changed Class name: AccountManager;
Method or attribute name: queryOsAccountById(localId: number, callback: AsyncCallback<OsAccountInfo>): void;
Old version information: 201,401, 12300001, 12300002, 12300003
Class name: AccountManager;
Method or attribute name: queryOsAccountById(localId: number, callback: AsyncCallback<OsAccountInfo>): void;
New version information: 201,202,401, 12300001, 12300002, 12300003
@ohos.account.osAccount.d.ts
Error code changed Class name: AccountManager;
Method or attribute name: getOsAccountProfilePhoto(localId: number, callback: AsyncCallback<string>): void;
Old version information: 201,401, 12300001, 12300002, 12300003
Class name: AccountManager;
Method or attribute name: getOsAccountProfilePhoto(localId: number, callback: AsyncCallback<string>): void;
New version information: 201,202,401, 12300001, 12300002, 12300003
@ohos.account.osAccount.d.ts
Error code changed Class name: AccountManager;
Method or attribute name: setOsAccountProfilePhoto(localId: number, photo: string, callback: AsyncCallback<void>): void;
Old version information: 201,401, 12300001, 12300002, 12300003,12300008
Class name: AccountManager;
Method or attribute name: setOsAccountProfilePhoto(localId: number, photo: string, callback: AsyncCallback<void>): void;
New version information: 201,202,401, 12300001, 12300002, 12300003,12300008
@ohos.account.osAccount.d.ts
Error code changed Class name: AccountManager;
Method or attribute name: on(type: 'activate' | 'activating', name: string, callback: Callback<number>): void;
Old version information: 12300001, 12300002, 12300011,201,401
Class name: AccountManager;
Method or attribute name: on(type: 'activate' | 'activating', name: string, callback: Callback<number>): void;
New version information: 12300001, 12300002,201,202,401
@ohos.account.osAccount.d.ts
Error code changed Class name: AccountManager;
Method or attribute name: off(type: 'activate' | 'activating', name: string, callback?: Callback<number>): void;
Old version information: 12300001, 12300002, 12300012,201,401
Class name: AccountManager;
Method or attribute name: off(type: 'activate' | 'activating', name: string, callback?: Callback<number>): void;
New version information: 12300001, 12300002,201,202,401
@ohos.account.osAccount.d.ts
Error code changed Class name: AccountManager;
Method or attribute name: isMainOsAccount(callback: AsyncCallback<boolean>): void;
Old version information: 201,401, 12300001
Class name: AccountManager;
Method or attribute name: isMainOsAccount(callback: AsyncCallback<boolean>): void;
New version information: 201,202,401, 12300001
@ohos.account.osAccount.d.ts
Error code changed Class name: UserAuth;
Method or attribute name: getAvailableStatus(authType: AuthType, authTrustLevel: AuthTrustLevel): number;
Old version information: 201,401, 12300001, 12300002
Class name: UserAuth;
Method or attribute name: getAvailableStatus(authType: AuthType, authTrustLevel: AuthTrustLevel): number;
New version information: 201,202,401, 12300001, 12300002
@ohos.account.osAccount.d.ts
Error code changed Class name: UserAuth;
Method or attribute name: getProperty(request: GetPropertyRequest, callback: AsyncCallback<ExecutorProperty>): void;
Old version information: 201,401, 12300001, 12300002
Class name: UserAuth;
Method or attribute name: getProperty(request: GetPropertyRequest, callback: AsyncCallback<ExecutorProperty>): void;
New version information: 201,202,401, 12300001, 12300002
@ohos.account.osAccount.d.ts
Error code changed Class name: UserAuth;
Method or attribute name: setProperty(request: SetPropertyRequest, callback: AsyncCallback<void>): void;
Old version information: 201,401, 12300001, 12300002
Class name: UserAuth;
Method or attribute name: setProperty(request: SetPropertyRequest, callback: AsyncCallback<void>): void;
New version information: 201,202,401, 12300001, 12300002
@ohos.account.osAccount.d.ts
Error code changed Class name: UserAuth;
Method or attribute name: auth(
challenge: Uint8Array,
authType: AuthType,
authTrustLevel: AuthTrustLevel,
callback: IUserAuthCallback
): Uint8Array;
Old version information: 201,401, 12300001, 12300002, 12300101, 12300105, 12300106, 12300110, 12300111, 12300112
Class name: UserAuth;
Method or attribute name: auth(
challenge: Uint8Array,
authType: AuthType,
authTrustLevel: AuthTrustLevel,
callback: IUserAuthCallback
): Uint8Array;
New version information: 201,202,401, 12300001, 12300002, 12300101, 12300102, 12300105, 12300106, 12300109, 12300110, 12300111, 12300112
@ohos.account.osAccount.d.ts
Error code changed Class name: UserAuth;
Method or attribute name: authUser(
userId: number,
challenge: Uint8Array,
authType: AuthType,
authTrustLevel: AuthTrustLevel,
callback: IUserAuthCallback
): Uint8Array;
Old version information: 201,401, 12300001, 12300002, 12300101, 12300105, 12300106, 12300110, 12300111, 12300112
Class name: UserAuth;
Method or attribute name: authUser(
userId: number,
challenge: Uint8Array,
authType: AuthType,
authTrustLevel: AuthTrustLevel,
callback: IUserAuthCallback
): Uint8Array;
New version information: 201,202,401, 12300001, 12300002, 12300101, 12300102, 12300105, 12300106, 12300109, 12300110, 12300111, 12300112
@ohos.account.osAccount.d.ts
Error code changed Class name: UserAuth;
Method or attribute name: cancelAuth(contextID: Uint8Array): void;
Old version information: 201,401, 12300001, 12300002
Class name: UserAuth;
Method or attribute name: cancelAuth(contextID: Uint8Array): void;
New version information: 201,202,401, 12300001, 12300002
@ohos.account.osAccount.d.ts
Error code changed Class name: PINAuth;
Method or attribute name: registerInputer(inputer: IInputer): void;
Old version information: 201,401, 12300001, 12300002, 12300103
Class name: PINAuth;
Method or attribute name: registerInputer(inputer: IInputer): void;
New version information: 201,202,401, 12300001, 12300002, 12300103
@ohos.account.osAccount.d.ts
Error code changed Class name: PINAuth;
Method or attribute name: unregisterInputer(): void;
Old version information: 201
Class name: PINAuth;
Method or attribute name: unregisterInputer(): void;
New version information: 201,202
@ohos.account.osAccount.d.ts
Error code changed Class name: UserIdentityManager;
Method or attribute name: openSession(callback: AsyncCallback<Uint8Array>): void;
Old version information: 201,401, 12300001
Class name: UserIdentityManager;
Method or attribute name: openSession(callback: AsyncCallback<Uint8Array>): void;
New version information: 201,202,401, 12300001
@ohos.account.osAccount.d.ts
Error code changed Class name: UserIdentityManager;
Method or attribute name: addCredential(credentialInfo: CredentialInfo, callback: IIdmCallback): void;
Old version information: 201,401, 12300001, 12300002, 12300101, 12300106
Class name: UserIdentityManager;
Method or attribute name: addCredential(credentialInfo: CredentialInfo, callback: IIdmCallback): void;
New version information: 201,202,401, 12300001, 12300002, 12300101, 12300106, 12300109, 12300111, 12300115
@ohos.account.osAccount.d.ts
Error code changed Class name: UserIdentityManager;
Method or attribute name: updateCredential(credentialInfo: CredentialInfo, callback: IIdmCallback): void;
Old version information: 201,401, 12300001, 12300002, 12300101, 12300106
Class name: UserIdentityManager;
Method or attribute name: updateCredential(credentialInfo: CredentialInfo, callback: IIdmCallback): void;
New version information: 201,202,401, 12300001, 12300002, 12300101, 12300102, 12300106, 12300109, 12300111
@ohos.account.osAccount.d.ts
Error code changed Class name: UserIdentityManager;
Method or attribute name: closeSession(): void;
Old version information: 201
Class name: UserIdentityManager;
Method or attribute name: closeSession(): void;
New version information: 201,202
@ohos.account.osAccount.d.ts
Error code changed Class name: UserIdentityManager;
Method or attribute name: cancel(challenge: Uint8Array): void;
Old version information: 201,401, 12300001, 12300002
Class name: UserIdentityManager;
Method or attribute name: cancel(challenge: Uint8Array): void;
New version information: 201,202,401, 12300001, 12300002
@ohos.account.osAccount.d.ts
Error code changed Class name: UserIdentityManager;
Method or attribute name: delUser(token: Uint8Array, callback: IIdmCallback): void;
Old version information: 201,401, 12300001, 12300101
Class name: UserIdentityManager;
Method or attribute name: delUser(token: Uint8Array, callback: IIdmCallback): void;
New version information: 201,202,401, 12300001, 12300101
@ohos.account.osAccount.d.ts
Error code changed Class name: UserIdentityManager;
Method or attribute name: delCred(credentialId: Uint8Array, token: Uint8Array, callback: IIdmCallback): void;
Old version information: 201,401, 12300001, 12300002, 12300101, 12300102
Class name: UserIdentityManager;
Method or attribute name: delCred(credentialId: Uint8Array, token: Uint8Array, callback: IIdmCallback): void;
New version information: 201,202,401, 12300001, 12300002, 12300101, 12300102
@ohos.account.osAccount.d.ts
Error code changed Class name: UserIdentityManager;
Method or attribute name: getAuthInfo(callback: AsyncCallback<Array<EnrolledCredInfo>>): void;
Old version information: 12300001, 12300002, 12300102,201,401
Class name: UserIdentityManager;
Method or attribute name: getAuthInfo(callback: AsyncCallback<Array<EnrolledCredInfo>>): void;
New version information: 12300001, 12300102,201,202,401
@ohos.account.osAccount.d.ts
Error code changed Class name: IInputData;
Method or attribute name: onSetData: (authSubType: AuthSubType, data: Uint8Array) => void;
Old version information: 401, 12300002
Class name: IInputData;
Method or attribute name: onSetData: (authSubType: AuthSubType, data: Uint8Array) => void;
New version information: 202,401, 12300002
@ohos.account.osAccount.d.ts
Access level changed Class name: AccountManager;
Method or attribute name: activateOsAccount(localId: number): Promise<void>;
Old version information:
Class name: AccountManager;
Method or attribute name: activateOsAccount(localId: number): Promise<void>;
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: AccountManager;
Method or attribute name: removeOsAccount(localId: number): Promise<void>;
Old version information:
Class name: AccountManager;
Method or attribute name: removeOsAccount(localId: number): Promise<void>;
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: AccountManager;
Method or attribute name: setOsAccountConstraints(localId: number, constraints: Array<string>, enable: boolean): Promise<void>;
Old version information:
Class name: AccountManager;
Method or attribute name: setOsAccountConstraints(localId: number, constraints: Array<string>, enable: boolean): Promise<void>;
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: AccountManager;
Method or attribute name: setOsAccountName(localId: number, localName: string): Promise<void>;
Old version information:
Class name: AccountManager;
Method or attribute name: setOsAccountName(localId: number, localName: string): Promise<void>;
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: AccountManager;
Method or attribute name: queryMaxOsAccountNumber(): Promise<number>;
Old version information:
Class name: AccountManager;
Method or attribute name: queryMaxOsAccountNumber(): Promise<number>;
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: AccountManager;
Method or attribute name: queryAllCreatedOsAccounts(): Promise<Array<OsAccountInfo>>;
Old version information:
Class name: AccountManager;
Method or attribute name: queryAllCreatedOsAccounts(): Promise<Array<OsAccountInfo>>;
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: AccountManager;
Method or attribute name: createOsAccount(localName: string, type: OsAccountType): Promise<OsAccountInfo>;
Old version information:
Class name: AccountManager;
Method or attribute name: createOsAccount(localName: string, type: OsAccountType): Promise<OsAccountInfo>;
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: AccountManager;
Method or attribute name: createOsAccountForDomain(type: OsAccountType, domainInfo: DomainAccountInfo): Promise<OsAccountInfo>;
Old version information:
Class name: AccountManager;
Method or attribute name: createOsAccountForDomain(type: OsAccountType, domainInfo: DomainAccountInfo): Promise<OsAccountInfo>;
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: AccountManager;
Method or attribute name: queryOsAccountById(localId: number): Promise<OsAccountInfo>;
Old version information:
Class name: AccountManager;
Method or attribute name: queryOsAccountById(localId: number): Promise<OsAccountInfo>;
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: AccountManager;
Method or attribute name: getOsAccountProfilePhoto(localId: number): Promise<string>;
Old version information:
Class name: AccountManager;
Method or attribute name: getOsAccountProfilePhoto(localId: number): Promise<string>;
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: AccountManager;
Method or attribute name: setOsAccountProfilePhoto(localId: number, photo: string): Promise<void>;
Old version information:
Class name: AccountManager;
Method or attribute name: setOsAccountProfilePhoto(localId: number, photo: string): Promise<void>;
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: AccountManager;
Method or attribute name: isMainOsAccount(): Promise<boolean>;
Old version information:
Class name: AccountManager;
Method or attribute name: isMainOsAccount(): Promise<boolean>;
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: ConstraintSourceTypeInfo;
Method or attribute name: localId: number;
Old version information:
Class name: ConstraintSourceTypeInfo;
Method or attribute name: localId: number;
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: UserAuth;
Method or attribute name: class UserAuth
Old version information:
Class name: UserAuth;
Method or attribute name: class UserAuth
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: UserAuth;
Method or attribute name: getProperty(request: GetPropertyRequest): Promise<ExecutorProperty>;
Old version information:
Class name: UserAuth;
Method or attribute name: getProperty(request: GetPropertyRequest): Promise<ExecutorProperty>;
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: UserAuth;
Method or attribute name: setProperty(request: SetPropertyRequest): Promise<void>;
Old version information:
Class name: UserAuth;
Method or attribute name: setProperty(request: SetPropertyRequest): Promise<void>;
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: PINAuth;
Method or attribute name: class PINAuth
Old version information:
Class name: PINAuth;
Method or attribute name: class PINAuth
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: InputerManager;
Method or attribute name: class InputerManager
Old version information:
Class name: InputerManager;
Method or attribute name: class InputerManager
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: DomainPlugin;
Method or attribute name: interface DomainPlugin
Old version information:
Class name: DomainPlugin;
Method or attribute name: interface DomainPlugin
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: DomainAccountManager;
Method or attribute name: class DomainAccountManager
Old version information:
Class name: DomainAccountManager;
Method or attribute name: class DomainAccountManager
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: UserIdentityManager;
Method or attribute name: class UserIdentityManager
Old version information:
Class name: UserIdentityManager;
Method or attribute name: class UserIdentityManager
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: UserIdentityManager;
Method or attribute name: openSession(): Promise<Uint8Array>;
Old version information:
Class name: UserIdentityManager;
Method or attribute name: openSession(): Promise<Uint8Array>;
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: UserIdentityManager;
Method or attribute name: getAuthInfo(authType: AuthType, callback: AsyncCallback<Array<EnrolledCredInfo>>): void;
Old version information:
Class name: UserIdentityManager;
Method or attribute name: getAuthInfo(authType: AuthType, callback: AsyncCallback<Array<EnrolledCredInfo>>): void;
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: UserIdentityManager;
Method or attribute name: getAuthInfo(authType?: AuthType): Promise<Array<EnrolledCredInfo>>;
Old version information:
Class name: UserIdentityManager;
Method or attribute name: getAuthInfo(authType?: AuthType): Promise<Array<EnrolledCredInfo>>;
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: GetPropertyRequest;
Method or attribute name: authType: AuthType;
Old version information:
Class name: GetPropertyRequest;
Method or attribute name: authType: AuthType;
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: SetPropertyRequest;
Method or attribute name: authType: AuthType;
Old version information:
Class name: SetPropertyRequest;
Method or attribute name: authType: AuthType;
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: EnrolledCredInfo;
Method or attribute name: authType: AuthType;
Old version information:
Class name: EnrolledCredInfo;
Method or attribute name: authType: AuthType;
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: GetPropertyRequest;
Method or attribute name: keys: Array<GetPropertyType>;
Old version information:
Class name: GetPropertyRequest;
Method or attribute name: keys: Array<GetPropertyType>;
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: SetPropertyRequest;
Method or attribute name: key: SetPropertyType;
Old version information:
Class name: SetPropertyRequest;
Method or attribute name: key: SetPropertyType;
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: SetPropertyRequest;
Method or attribute name: setInfo: Uint8Array;
Old version information:
Class name: SetPropertyRequest;
Method or attribute name: setInfo: Uint8Array;
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: ExecutorProperty;
Method or attribute name: result: number;
Old version information:
Class name: ExecutorProperty;
Method or attribute name: result: number;
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: ExecutorProperty;
Method or attribute name: authSubType: AuthSubType;
Old version information:
Class name: ExecutorProperty;
Method or attribute name: authSubType: AuthSubType;
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: EnrolledCredInfo;
Method or attribute name: authSubType: AuthSubType;
Old version information:
Class name: EnrolledCredInfo;
Method or attribute name: authSubType: AuthSubType;
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: ExecutorProperty;
Method or attribute name: remainTimes?: number;
Old version information:
Class name: ExecutorProperty;
Method or attribute name: remainTimes?: number;
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: AuthResult;
Method or attribute name: remainTimes?: number;
Old version information:
Class name: AuthResult;
Method or attribute name: remainTimes?: number;
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: ExecutorProperty;
Method or attribute name: freezingTime?: number;
Old version information:
Class name: ExecutorProperty;
Method or attribute name: freezingTime?: number;
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: AuthResult;
Method or attribute name: freezingTime?: number;
Old version information:
Class name: AuthResult;
Method or attribute name: freezingTime?: number;
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: AuthResult;
Method or attribute name: token?: Uint8Array;
Old version information:
Class name: AuthResult;
Method or attribute name: token?: Uint8Array;
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: CredentialInfo;
Method or attribute name: credType: AuthType;
Old version information:
Class name: CredentialInfo;
Method or attribute name: credType: AuthType;
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: CredentialInfo;
Method or attribute name: credSubType: AuthSubType;
Old version information:
Class name: CredentialInfo;
Method or attribute name: credSubType: AuthSubType;
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: CredentialInfo;
Method or attribute name: token: Uint8Array;
Old version information:
Class name: CredentialInfo;
Method or attribute name: token: Uint8Array;
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: RequestResult;
Method or attribute name: credentialId?: Uint8Array;
Old version information:
Class name: RequestResult;
Method or attribute name: credentialId?: Uint8Array;
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: EnrolledCredInfo;
Method or attribute name: credentialId: Uint8Array;
Old version information:
Class name: EnrolledCredInfo;
Method or attribute name: credentialId: Uint8Array;
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: EnrolledCredInfo;
Method or attribute name: templateId: Uint8Array;
Old version information:
Class name: EnrolledCredInfo;
Method or attribute name: templateId: Uint8Array;
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: GetPropertyType;
Method or attribute name: AUTH_SUB_TYPE = 1
Old version information:
Class name: GetPropertyType;
Method or attribute name: AUTH_SUB_TYPE = 1
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: GetPropertyType;
Method or attribute name: REMAIN_TIMES = 2
Old version information:
Class name: GetPropertyType;
Method or attribute name: REMAIN_TIMES = 2
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: GetPropertyType;
Method or attribute name: FREEZING_TIME = 3
Old version information:
Class name: GetPropertyType;
Method or attribute name: FREEZING_TIME = 3
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: SetPropertyType;
Method or attribute name: INIT_ALGORITHM = 1
Old version information:
Class name: SetPropertyType;
Method or attribute name: INIT_ALGORITHM = 1
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: AuthType;
Method or attribute name: PIN = 1
Old version information:
Class name: AuthType;
Method or attribute name: PIN = 1
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: AuthType;
Method or attribute name: FACE = 2
Old version information:
Class name: AuthType;
Method or attribute name: FACE = 2
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: AuthType;
Method or attribute name: DOMAIN = 1024
Old version information:
Class name: AuthType;
Method or attribute name: DOMAIN = 1024
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: AuthSubType;
Method or attribute name: PIN_SIX = 10000
Old version information:
Class name: AuthSubType;
Method or attribute name: PIN_SIX = 10000
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: AuthSubType;
Method or attribute name: PIN_NUMBER = 10001
Old version information:
Class name: AuthSubType;
Method or attribute name: PIN_NUMBER = 10001
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: AuthSubType;
Method or attribute name: PIN_MIXED = 10002
Old version information:
Class name: AuthSubType;
Method or attribute name: PIN_MIXED = 10002
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: AuthSubType;
Method or attribute name: FACE_2D = 20000
Old version information:
Class name: AuthSubType;
Method or attribute name: FACE_2D = 20000
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: AuthSubType;
Method or attribute name: FACE_3D = 20001
Old version information:
Class name: AuthSubType;
Method or attribute name: FACE_3D = 20001
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: AuthSubType;
Method or attribute name: DOMAIN_MIXED = 10240001
Old version information:
Class name: AuthSubType;
Method or attribute name: DOMAIN_MIXED = 10240001
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: AuthTrustLevel;
Method or attribute name: ATL1 = 10000
Old version information:
Class name: AuthTrustLevel;
Method or attribute name: ATL1 = 10000
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: AuthTrustLevel;
Method or attribute name: ATL2 = 20000
Old version information:
Class name: AuthTrustLevel;
Method or attribute name: ATL2 = 20000
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: AuthTrustLevel;
Method or attribute name: ATL3 = 30000
Old version information:
Class name: AuthTrustLevel;
Method or attribute name: ATL3 = 30000
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: AuthTrustLevel;
Method or attribute name: ATL4 = 40000
Old version information:
Class name: AuthTrustLevel;
Method or attribute name: ATL4 = 40000
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: Module;
Method or attribute name: FACE_AUTH = 1
Old version information:
Class name: Module;
Method or attribute name: FACE_AUTH = 1
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: ResultCode;
Method or attribute name: SUCCESS = 0
Old version information:
Class name: ResultCode;
Method or attribute name: SUCCESS = 0
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: ResultCode;
Method or attribute name: FAIL = 1
Old version information:
Class name: ResultCode;
Method or attribute name: FAIL = 1
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: ResultCode;
Method or attribute name: GENERAL_ERROR = 2
Old version information:
Class name: ResultCode;
Method or attribute name: GENERAL_ERROR = 2
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: ResultCode;
Method or attribute name: CANCELED = 3
Old version information:
Class name: ResultCode;
Method or attribute name: CANCELED = 3
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: ResultCode;
Method or attribute name: TIMEOUT = 4
Old version information:
Class name: ResultCode;
Method or attribute name: TIMEOUT = 4
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: ResultCode;
Method or attribute name: TYPE_NOT_SUPPORT = 5
Old version information:
Class name: ResultCode;
Method or attribute name: TYPE_NOT_SUPPORT = 5
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: ResultCode;
Method or attribute name: TRUST_LEVEL_NOT_SUPPORT = 6
Old version information:
Class name: ResultCode;
Method or attribute name: TRUST_LEVEL_NOT_SUPPORT = 6
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: ResultCode;
Method or attribute name: BUSY = 7
Old version information:
Class name: ResultCode;
Method or attribute name: BUSY = 7
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: ResultCode;
Method or attribute name: INVALID_PARAMETERS = 8
Old version information:
Class name: ResultCode;
Method or attribute name: INVALID_PARAMETERS = 8
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: ResultCode;
Method or attribute name: LOCKED = 9
Old version information:
Class name: ResultCode;
Method or attribute name: LOCKED = 9
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: ResultCode;
Method or attribute name: NOT_ENROLLED = 10
Old version information:
Class name: ResultCode;
Method or attribute name: NOT_ENROLLED = 10
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: FaceTipsCode;
Method or attribute name: FACE_AUTH_TIP_TOO_BRIGHT = 1
Old version information:
Class name: FaceTipsCode;
Method or attribute name: FACE_AUTH_TIP_TOO_BRIGHT = 1
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: FaceTipsCode;
Method or attribute name: FACE_AUTH_TIP_TOO_DARK = 2
Old version information:
Class name: FaceTipsCode;
Method or attribute name: FACE_AUTH_TIP_TOO_DARK = 2
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: FaceTipsCode;
Method or attribute name: FACE_AUTH_TIP_TOO_CLOSE = 3
Old version information:
Class name: FaceTipsCode;
Method or attribute name: FACE_AUTH_TIP_TOO_CLOSE = 3
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: FaceTipsCode;
Method or attribute name: FACE_AUTH_TIP_TOO_FAR = 4
Old version information:
Class name: FaceTipsCode;
Method or attribute name: FACE_AUTH_TIP_TOO_FAR = 4
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: FaceTipsCode;
Method or attribute name: FACE_AUTH_TIP_TOO_HIGH = 5
Old version information:
Class name: FaceTipsCode;
Method or attribute name: FACE_AUTH_TIP_TOO_HIGH = 5
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: FaceTipsCode;
Method or attribute name: FACE_AUTH_TIP_TOO_LOW = 6
Old version information:
Class name: FaceTipsCode;
Method or attribute name: FACE_AUTH_TIP_TOO_LOW = 6
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: FaceTipsCode;
Method or attribute name: FACE_AUTH_TIP_TOO_RIGHT = 7
Old version information:
Class name: FaceTipsCode;
Method or attribute name: FACE_AUTH_TIP_TOO_RIGHT = 7
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: FaceTipsCode;
Method or attribute name: FACE_AUTH_TIP_TOO_LEFT = 8
Old version information:
Class name: FaceTipsCode;
Method or attribute name: FACE_AUTH_TIP_TOO_LEFT = 8
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: FaceTipsCode;
Method or attribute name: FACE_AUTH_TIP_TOO_MUCH_MOTION = 9
Old version information:
Class name: FaceTipsCode;
Method or attribute name: FACE_AUTH_TIP_TOO_MUCH_MOTION = 9
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: FaceTipsCode;
Method or attribute name: FACE_AUTH_TIP_POOR_GAZE = 10
Old version information:
Class name: FaceTipsCode;
Method or attribute name: FACE_AUTH_TIP_POOR_GAZE = 10
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: FaceTipsCode;
Method or attribute name: FACE_AUTH_TIP_NOT_DETECTED = 11
Old version information:
Class name: FaceTipsCode;
Method or attribute name: FACE_AUTH_TIP_NOT_DETECTED = 11
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: FingerprintTips;
Method or attribute name: FINGERPRINT_TIP_GOOD = 0
Old version information:
Class name: FingerprintTips;
Method or attribute name: FINGERPRINT_TIP_GOOD = 0
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: FingerprintTips;
Method or attribute name: FINGERPRINT_TIP_IMAGER_DIRTY = 1
Old version information:
Class name: FingerprintTips;
Method or attribute name: FINGERPRINT_TIP_IMAGER_DIRTY = 1
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: FingerprintTips;
Method or attribute name: FINGERPRINT_TIP_INSUFFICIENT = 2
Old version information:
Class name: FingerprintTips;
Method or attribute name: FINGERPRINT_TIP_INSUFFICIENT = 2
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: FingerprintTips;
Method or attribute name: FINGERPRINT_TIP_PARTIAL = 3
Old version information:
Class name: FingerprintTips;
Method or attribute name: FINGERPRINT_TIP_PARTIAL = 3
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: FingerprintTips;
Method or attribute name: FINGERPRINT_TIP_TOO_FAST = 4
Old version information:
Class name: FingerprintTips;
Method or attribute name: FINGERPRINT_TIP_TOO_FAST = 4
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: FingerprintTips;
Method or attribute name: FINGERPRINT_TIP_TOO_SLOW = 5
Old version information:
Class name: FingerprintTips;
Method or attribute name: FINGERPRINT_TIP_TOO_SLOW = 5
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: ConstraintSourceType;
Method or attribute name: CONSTRAINT_NOT_EXIST = 0
Old version information:
Class name: ConstraintSourceType;
Method or attribute name: CONSTRAINT_NOT_EXIST = 0
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: ConstraintSourceType;
Method or attribute name: CONSTRAINT_TYPE_BASE = 1
Old version information:
Class name: ConstraintSourceType;
Method or attribute name: CONSTRAINT_TYPE_BASE = 1
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: ConstraintSourceType;
Method or attribute name: CONSTRAINT_TYPE_DEVICE_OWNER = 2
Old version information:
Class name: ConstraintSourceType;
Method or attribute name: CONSTRAINT_TYPE_DEVICE_OWNER = 2
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: ConstraintSourceType;
Method or attribute name: CONSTRAINT_TYPE_PROFILE_OWNER = 3
Old version information:
Class name: ConstraintSourceType;
Method or attribute name: CONSTRAINT_TYPE_PROFILE_OWNER = 3
New version information: systemapi
@ohos.account.osAccount.d.ts
Access level changed Class name: ConstraintSourceTypeInfo;
Method or attribute name: type: ConstraintSourceType;
Old version information:
Class name: ConstraintSourceTypeInfo;
Method or attribute name: type: ConstraintSourceType;
New version information: systemapi
@ohos.account.osAccount.d.ts
Permission changed Class name: AppAccountManager;
Method or attribute name: checkAppAccountSyncEnable(name: string): Promise<boolean>;
Old version information:
Class name: AppAccountManager;
Method or attribute name: checkAppAccountSyncEnable(name: string): Promise<boolean>;
New version information: ohos.permission.DISTRIBUTED_DATASYNC
@ohos.account.appAccount.d.ts
Permission changed Class name: AppAccountManager;
Method or attribute name: checkDataSyncEnabled(name: string): Promise<boolean>;
Old version information:
Class name: AppAccountManager;
Method or attribute name: checkDataSyncEnabled(name: string): Promise<boolean>;
New version information: ohos.permission.DISTRIBUTED_DATASYNC
@ohos.account.appAccount.d.ts
Permission changed Class name: AppAccountManager;
Method or attribute name: setAppAccountSyncEnable(name: string, isEnable: boolean): Promise<void>;
Old version information:
Class name: AppAccountManager;
Method or attribute name: setAppAccountSyncEnable(name: string, isEnable: boolean): Promise<void>;
New version information: ohos.permission.DISTRIBUTED_DATASYNC
@ohos.account.appAccount.d.ts
Permission changed Class name: AppAccountManager;
Method or attribute name: setDataSyncEnabled(name: string, isEnabled: boolean): Promise<void>;
Old version information:
Class name: AppAccountManager;
Method or attribute name: setDataSyncEnabled(name: string, isEnabled: boolean): Promise<void>;
New version information: ohos.permission.DISTRIBUTED_DATASYNC
@ohos.account.appAccount.d.ts
Permission changed Class name: AppAccountManager;
Method or attribute name: getAllAccessibleAccounts(): Promise<Array<AppAccountInfo>>;
Old version information:
Class name: AppAccountManager;
Method or attribute name: getAllAccessibleAccounts(): Promise<Array<AppAccountInfo>>;
New version information: ohos.permission.GET_ALL_APP_ACCOUNTS
@ohos.account.appAccount.d.ts
Permission changed Class name: AppAccountManager;
Method or attribute name: getAllAccounts(owner: string): Promise<Array<AppAccountInfo>>;
Old version information:
Class name: AppAccountManager;
Method or attribute name: getAllAccounts(owner: string): Promise<Array<AppAccountInfo>>;
New version information: ohos.permission.GET_ALL_APP_ACCOUNTS
@ohos.account.appAccount.d.ts
Permission changed Class name: DistributedAccountAbility;
Method or attribute name: queryOsAccountDistributedInfo(): Promise<DistributedInfo>;
Old version information:
Class name: DistributedAccountAbility;
Method or attribute name: queryOsAccountDistributedInfo(): Promise<DistributedInfo>;
New version information: ohos.permission.MANAGE_LOCAL_ACCOUNTS,ohos.permission.DISTRIBUTED_DATASYNC
@ohos.account.distributedAccount.d.ts
Permission changed Class name: DistributedAccountAbility;
Method or attribute name: getOsAccountDistributedInfo(): Promise<DistributedInfo>;
Old version information:
Class name: DistributedAccountAbility;
Method or attribute name: getOsAccountDistributedInfo(): Promise<DistributedInfo>;
New version information: ohos.permission.MANAGE_DISTRIBUTED_ACCOUNTS,ohos.permission.GET_DISTRIBUTED_ACCOUNTS,ohos.permission.DISTRIBUTED_DATASYNC
@ohos.account.distributedAccount.d.ts
Permission changed Class name: DistributedAccountAbility;
Method or attribute name: updateOsAccountDistributedInfo(accountInfo: DistributedInfo): Promise<void>;
Old version information:
Class name: DistributedAccountAbility;
Method or attribute name: updateOsAccountDistributedInfo(accountInfo: DistributedInfo): Promise<void>;
New version information: ohos.permission.MANAGE_LOCAL_ACCOUNTS
@ohos.account.distributedAccount.d.ts
Permission changed Class name: DistributedAccountAbility;
Method or attribute name: setOsAccountDistributedInfo(accountInfo: DistributedInfo): Promise<void>;
Old version information:
Class name: DistributedAccountAbility;
Method or attribute name: setOsAccountDistributedInfo(accountInfo: DistributedInfo): Promise<void>;
New version information: ohos.permission.MANAGE_DISTRIBUTED_ACCOUNTS
@ohos.account.distributedAccount.d.ts
Permission changed Class name: AccountManager;
Method or attribute name: activateOsAccount(localId: number): Promise<void>;
Old version information:
Class name: AccountManager;
Method or attribute name: activateOsAccount(localId: number): Promise<void>;
New version information: ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS_EXTENSION
@ohos.account.osAccount.d.ts
Permission changed Class name: AccountManager;
Method or attribute name: isOsAccountActived(localId: number): Promise<boolean>;
Old version information:
Class name: AccountManager;
Method or attribute name: isOsAccountActived(localId: number): Promise<boolean>;
New version information: ohos.permission.MANAGE_LOCAL_ACCOUNTS,ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS
@ohos.account.osAccount.d.ts
Permission changed Class name: AccountManager;
Method or attribute name: checkOsAccountActivated(localId: number): Promise<boolean>;
Old version information:
Class name: AccountManager;
Method or attribute name: checkOsAccountActivated(localId: number): Promise<boolean>;
New version information: ohos.permission.MANAGE_LOCAL_ACCOUNTS,ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS
@ohos.account.osAccount.d.ts
Permission changed Class name: AccountManager;
Method or attribute name: isOsAccountConstraintEnable(localId: number, constraint: string): Promise<boolean>;
Old version information:
Class name: AccountManager;
Method or attribute name: isOsAccountConstraintEnable(localId: number, constraint: string): Promise<boolean>;
New version information: ohos.permission.MANAGE_LOCAL_ACCOUNTS
@ohos.account.osAccount.d.ts
Permission changed Class name: AccountManager;
Method or attribute name: isOsAccountVerified(localId: number, callback: AsyncCallback<boolean>): void;
Old version information:
Class name: AccountManager;
Method or attribute name: isOsAccountVerified(localId: number, callback: AsyncCallback<boolean>): void;
New version information: ohos.permission.MANAGE_LOCAL_ACCOUNTS,ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS
@ohos.account.osAccount.d.ts
Permission changed Class name: AccountManager;
Method or attribute name: isOsAccountVerified(localId?: number): Promise<boolean>;
Old version information:
Class name: AccountManager;
Method or attribute name: isOsAccountVerified(localId?: number): Promise<boolean>;
New version information: ohos.permission.MANAGE_LOCAL_ACCOUNTS,ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS
@ohos.account.osAccount.d.ts
Permission changed Class name: AccountManager;
Method or attribute name: removeOsAccount(localId: number): Promise<void>;
Old version information:
Class name: AccountManager;
Method or attribute name: removeOsAccount(localId: number): Promise<void>;
New version information: ohos.permission.MANAGE_LOCAL_ACCOUNTS
@ohos.account.osAccount.d.ts
Permission changed Class name: AccountManager;
Method or attribute name: setOsAccountConstraints(localId: number, constraints: Array<string>, enable: boolean): Promise<void>;
Old version information:
Class name: AccountManager;
Method or attribute name: setOsAccountConstraints(localId: number, constraints: Array<string>, enable: boolean): Promise<void>;
New version information: ohos.permission.MANAGE_LOCAL_ACCOUNTS
@ohos.account.osAccount.d.ts
Permission changed Class name: AccountManager;
Method or attribute name: setOsAccountName(localId: number, localName: string): Promise<void>;
Old version information:
Class name: AccountManager;
Method or attribute name: setOsAccountName(localId: number, localName: string): Promise<void>;
New version information: ohos.permission.MANAGE_LOCAL_ACCOUNTS
@ohos.account.osAccount.d.ts
Permission changed Class name: AccountManager;
Method or attribute name: getCreatedOsAccountsCount(): Promise<number>;
Old version information:
Class name: AccountManager;
Method or attribute name: getCreatedOsAccountsCount(): Promise<number>;
New version information: ohos.permission.MANAGE_LOCAL_ACCOUNTS
@ohos.account.osAccount.d.ts
Permission changed Class name: AccountManager;
Method or attribute name: getOsAccountCount(): Promise<number>;
Old version information:
Class name: AccountManager;
Method or attribute name: getOsAccountCount(): Promise<number>;
New version information: ohos.permission.MANAGE_LOCAL_ACCOUNTS
@ohos.account.osAccount.d.ts
Permission changed Class name: AccountManager;
Method or attribute name: getOsAccountLocalIdFromDomain(domainInfo: DomainAccountInfo): Promise<number>;
Old version information:
Class name: AccountManager;
Method or attribute name: getOsAccountLocalIdFromDomain(domainInfo: DomainAccountInfo): Promise<number>;
New version information: ohos.permission.MANAGE_LOCAL_ACCOUNTS
@ohos.account.osAccount.d.ts
Permission changed Class name: AccountManager;
Method or attribute name: getOsAccountAllConstraints(localId: number): Promise<Array<string>>;
Old version information:
Class name: AccountManager;
Method or attribute name: getOsAccountAllConstraints(localId: number): Promise<Array<string>>;
New version information: ohos.permission.MANAGE_LOCAL_ACCOUNTS
@ohos.account.osAccount.d.ts
Permission changed Class name: AccountManager;
Method or attribute name: getOsAccountConstraints(localId: number): Promise<Array<string>>;
Old version information:
Class name: AccountManager;
Method or attribute name: getOsAccountConstraints(localId: number): Promise<Array<string>>;
New version information: ohos.permission.MANAGE_LOCAL_ACCOUNTS
@ohos.account.osAccount.d.ts
Permission changed Class name: AccountManager;
Method or attribute name: queryAllCreatedOsAccounts(): Promise<Array<OsAccountInfo>>;
Old version information:
Class name: AccountManager;
Method or attribute name: queryAllCreatedOsAccounts(): Promise<Array<OsAccountInfo>>;
New version information: ohos.permission.MANAGE_LOCAL_ACCOUNTS
@ohos.account.osAccount.d.ts
Permission changed Class name: AccountManager;
Method or attribute name: createOsAccount(localName: string, type: OsAccountType): Promise<OsAccountInfo>;
Old version information:
Class name: AccountManager;
Method or attribute name: createOsAccount(localName: string, type: OsAccountType): Promise<OsAccountInfo>;
New version information: ohos.permission.MANAGE_LOCAL_ACCOUNTS
@ohos.account.osAccount.d.ts
Permission changed Class name: AccountManager;
Method or attribute name: createOsAccountForDomain(type: OsAccountType, domainInfo: DomainAccountInfo): Promise<OsAccountInfo>;
Old version information:
Class name: AccountManager;
Method or attribute name: createOsAccountForDomain(type: OsAccountType, domainInfo: DomainAccountInfo): Promise<OsAccountInfo>;
New version information: ohos.permission.MANAGE_LOCAL_ACCOUNTS
@ohos.account.osAccount.d.ts
Permission changed Class name: AccountManager;
Method or attribute name: queryCurrentOsAccount(): Promise<OsAccountInfo>;
Old version information:
Class name: AccountManager;
Method or attribute name: queryCurrentOsAccount(): Promise<OsAccountInfo>;
New version information: ohos.permission.MANAGE_LOCAL_ACCOUNTS
@ohos.account.osAccount.d.ts
Permission changed Class name: AccountManager;
Method or attribute name: getCurrentOsAccount(callback: AsyncCallback<OsAccountInfo>): void;
Old version information: ohos.permission.MANAGE_LOCAL_ACCOUNTS
Class name: AccountManager;
Method or attribute name: getCurrentOsAccount(callback: AsyncCallback<OsAccountInfo>): void;
New version information: ohos.permission.MANAGE_LOCAL_ACCOUNTS,ohos.permission.GET_LOCAL_ACCOUNTS
@ohos.account.osAccount.d.ts
Permission changed Class name: AccountManager;
Method or attribute name: getCurrentOsAccount(): Promise<OsAccountInfo>;
Old version information:
Class name: AccountManager;
Method or attribute name: getCurrentOsAccount(): Promise<OsAccountInfo>;
New version information: ohos.permission.MANAGE_LOCAL_ACCOUNTS,ohos.permission.GET_LOCAL_ACCOUNTS
@ohos.account.osAccount.d.ts
Permission changed Class name: AccountManager;
Method or attribute name: queryOsAccountById(localId: number): Promise<OsAccountInfo>;
Old version information:
Class name: AccountManager;
Method or attribute name: queryOsAccountById(localId: number): Promise<OsAccountInfo>;
New version information: ohos.permission.MANAGE_LOCAL_ACCOUNTS,ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS_EXTENSION
@ohos.account.osAccount.d.ts
Permission changed Class name: AccountManager;
Method or attribute name: getDistributedVirtualDeviceId(): Promise<string>;
Old version information:
Class name: AccountManager;
Method or attribute name: getDistributedVirtualDeviceId(): Promise<string>;
New version information: ohos.permission.DISTRIBUTED_DATASYNC,ohos.permission.MANAGE_LOCAL_ACCOUNTS
@ohos.account.osAccount.d.ts
Permission changed Class name: AccountManager;
Method or attribute name: queryDistributedVirtualDeviceId(): Promise<string>;
Old version information:
Class name: AccountManager;
Method or attribute name: queryDistributedVirtualDeviceId(): Promise<string>;
New version information: ohos.permission.DISTRIBUTED_DATASYNC,ohos.permission.MANAGE_LOCAL_ACCOUNTS
@ohos.account.osAccount.d.ts
Permission changed Class name: AccountManager;
Method or attribute name: getOsAccountProfilePhoto(localId: number): Promise<string>;
Old version information:
Class name: AccountManager;
Method or attribute name: getOsAccountProfilePhoto(localId: number): Promise<string>;
New version information: ohos.permission.MANAGE_LOCAL_ACCOUNTS
@ohos.account.osAccount.d.ts
Permission changed Class name: AccountManager;
Method or attribute name: setOsAccountProfilePhoto(localId: number, photo: string): Promise<void>;
Old version information:
Class name: AccountManager;
Method or attribute name: setOsAccountProfilePhoto(localId: number, photo: string): Promise<void>;
New version information: ohos.permission.MANAGE_LOCAL_ACCOUNTS
@ohos.account.osAccount.d.ts
Permission changed Class name: AccountManager;
Method or attribute name: isMainOsAccount(): Promise<boolean>;
Old version information:
Class name: AccountManager;
Method or attribute name: isMainOsAccount(): Promise<boolean>;
New version information: ohos.permission.MANAGE_LOCAL_ACCOUNTS
@ohos.account.osAccount.d.ts
Permission changed Class name: UserAuth;
Method or attribute name: getProperty(request: GetPropertyRequest): Promise<ExecutorProperty>;
Old version information:
Class name: UserAuth;
Method or attribute name: getProperty(request: GetPropertyRequest): Promise<ExecutorProperty>;
New version information: ohos.permission.ACCESS_USER_AUTH_INTERNAL
@ohos.account.osAccount.d.ts
Permission changed Class name: UserAuth;
Method or attribute name: setProperty(request: SetPropertyRequest): Promise<void>;
Old version information:
Class name: UserAuth;
Method or attribute name: setProperty(request: SetPropertyRequest): Promise<void>;
New version information: ohos.permission.ACCESS_USER_AUTH_INTERNAL
@ohos.account.osAccount.d.ts
Permission changed Class name: UserIdentityManager;
Method or attribute name: openSession(): Promise<Uint8Array>;
Old version information:
Class name: UserIdentityManager;
Method or attribute name: openSession(): Promise<Uint8Array>;
New version information: ohos.permission.MANAGE_USER_IDM
@ohos.account.osAccount.d.ts
Permission changed Class name: UserIdentityManager;
Method or attribute name: getAuthInfo(authType: AuthType, callback: AsyncCallback<Array<EnrolledCredInfo>>): void;
Old version information:
Class name: UserIdentityManager;
Method or attribute name: getAuthInfo(authType: AuthType, callback: AsyncCallback<Array<EnrolledCredInfo>>): void;
New version information: ohos.permission.USE_USER_IDM
@ohos.account.osAccount.d.ts
Permission changed Class name: UserIdentityManager;
Method or attribute name: getAuthInfo(authType?: AuthType): Promise<Array<EnrolledCredInfo>>;
Old version information:
Class name: UserIdentityManager;
Method or attribute name: getAuthInfo(authType?: AuthType): Promise<Array<EnrolledCredInfo>>;
New version information: ohos.permission.USE_USER_IDM
@ohos.account.osAccount.d.ts
Type changed Class name: AppAccountInfo;
Method or attribute name: owner: string;
Old version information:
Class name: AppAccountInfo;
Method or attribute name: owner: string;
New version information: string
@ohos.account.appAccount.d.ts
Type changed Class name: AuthenticatorInfo;
Method or attribute name: owner: string;
Old version information:
Class name: AuthenticatorInfo;
Method or attribute name: owner: string;
New version information: string
@ohos.account.appAccount.d.ts
Type changed Class name: AppAccountInfo;
Method or attribute name: name: string;
Old version information:
Class name: AppAccountInfo;
Method or attribute name: name: string;
New version information: string
@ohos.account.appAccount.d.ts
Type changed Class name: OAuthTokenInfo;
Method or attribute name: authType: string;
Old version information:
Class name: OAuthTokenInfo;
Method or attribute name: authType: string;
New version information: string
@ohos.account.appAccount.d.ts
Type changed Class name: AuthTokenInfo;
Method or attribute name: authType: string;
Old version information:
Class name: AuthTokenInfo;
Method or attribute name: authType: string;
New version information: string
@ohos.account.appAccount.d.ts
Type changed Class name: OAuthTokenInfo;
Method or attribute name: token: string;
Old version information:
Class name: OAuthTokenInfo;
Method or attribute name: token: string;
New version information: string
@ohos.account.appAccount.d.ts
Type changed Class name: AuthTokenInfo;
Method or attribute name: token: string;
Old version information:
Class name: AuthTokenInfo;
Method or attribute name: token: string;
New version information: string
@ohos.account.appAccount.d.ts
Type changed Class name: AuthTokenInfo;
Method or attribute name: account?: AppAccountInfo;
Old version information:
Class name: AuthTokenInfo;
Method or attribute name: account?: AppAccountInfo;
New version information: ?AppAccountInfo
@ohos.account.appAccount.d.ts
Type changed Class name: AuthResult;
Method or attribute name: account?: AppAccountInfo;
Old version information:
Class name: AuthResult;
Method or attribute name: account?: AppAccountInfo;
New version information: ?AppAccountInfo
@ohos.account.appAccount.d.ts
Type changed Class name: AuthenticatorInfo;
Method or attribute name: iconId: number;
Old version information:
Class name: AuthenticatorInfo;
Method or attribute name: iconId: number;
New version information: number
@ohos.account.appAccount.d.ts
Type changed Class name: AuthenticatorInfo;
Method or attribute name: labelId: number;
Old version information:
Class name: AuthenticatorInfo;
Method or attribute name: labelId: number;
New version information: number
@ohos.account.appAccount.d.ts
Type changed Class name: AuthResult;
Method or attribute name: tokenInfo?: AuthTokenInfo;
Old version information:
Class name: AuthResult;
Method or attribute name: tokenInfo?: AuthTokenInfo;
New version information: ?AuthTokenInfo
@ohos.account.appAccount.d.ts
Type changed Class name: CreateAccountOptions;
Method or attribute name: customData?: { [key: string]: string };
Old version information:
Class name: CreateAccountOptions;
Method or attribute name: customData?: { [key: string]: string };
New version information: ?object
@ohos.account.appAccount.d.ts
Type changed Class name: CreateAccountImplicitlyOptions;
Method or attribute name: requiredLabels?: Array<string>;
Old version information:
Class name: CreateAccountImplicitlyOptions;
Method or attribute name: requiredLabels?: Array<string>;
New version information: ?Array<string>
@ohos.account.appAccount.d.ts
Type changed Class name: SelectAccountsOptions;
Method or attribute name: requiredLabels?: Array<string>;
Old version information:
Class name: SelectAccountsOptions;
Method or attribute name: requiredLabels?: Array<string>;
New version information: ?Array<string>
@ohos.account.appAccount.d.ts
Type changed Class name: CreateAccountImplicitlyOptions;
Method or attribute name: authType?: string;
Old version information:
Class name: CreateAccountImplicitlyOptions;
Method or attribute name: authType?: string;
New version information: ?string
@ohos.account.appAccount.d.ts
Type changed Class name: CreateAccountImplicitlyOptions;
Method or attribute name: parameters?: { [key: string]: Object };
Old version information:
Class name: CreateAccountImplicitlyOptions;
Method or attribute name: parameters?: { [key: string]: Object };
New version information: ?object
@ohos.account.appAccount.d.ts
Type changed Class name: VerifyCredentialOptions;
Method or attribute name: parameters?: { [key: string]: Object };
Old version information:
Class name: VerifyCredentialOptions;
Method or attribute name: parameters?: { [key: string]: Object };
New version information: ?object
@ohos.account.appAccount.d.ts
Type changed Class name: SetPropertiesOptions;
Method or attribute name: parameters?: { [key: string]: Object };
Old version information:
Class name: SetPropertiesOptions;
Method or attribute name: parameters?: { [key: string]: Object };
New version information: ?object
@ohos.account.appAccount.d.ts
Type changed Class name: SelectAccountsOptions;
Method or attribute name: allowedAccounts?: Array<AppAccountInfo>;
Old version information:
Class name: SelectAccountsOptions;
Method or attribute name: allowedAccounts?: Array<AppAccountInfo>;
New version information: ?Array<AppAccountInfo>
@ohos.account.appAccount.d.ts
Type changed Class name: SelectAccountsOptions;
Method or attribute name: allowedOwners?: Array<string>;
Old version information:
Class name: SelectAccountsOptions;
Method or attribute name: allowedOwners?: Array<string>;
New version information: ?Array<string>
@ohos.account.appAccount.d.ts
Type changed Class name: VerifyCredentialOptions;
Method or attribute name: credentialType?: string;
Old version information:
Class name: VerifyCredentialOptions;
Method or attribute name: credentialType?: string;
New version information: ?string
@ohos.account.appAccount.d.ts
Type changed Class name: VerifyCredentialOptions;
Method or attribute name: credential?: string;
Old version information:
Class name: VerifyCredentialOptions;
Method or attribute name: credential?: string;
New version information: ?string
@ohos.account.appAccount.d.ts
Type changed Class name: SetPropertiesOptions;
Method or attribute name: properties?: { [key: string]: Object };
Old version information:
Class name: SetPropertiesOptions;
Method or attribute name: properties?: { [key: string]: Object };
New version information: ?object
@ohos.account.appAccount.d.ts
Type changed Class name: DistributedInfo;
Method or attribute name: name: string;
Old version information:
Class name: DistributedInfo;
Method or attribute name: name: string;
New version information: string
@ohos.account.distributedAccount.d.ts
Type changed Class name: DistributedInfo;
Method or attribute name: id: string;
Old version information:
Class name: DistributedInfo;
Method or attribute name: id: string;
New version information: string
@ohos.account.distributedAccount.d.ts
Type changed Class name: DistributedInfo;
Method or attribute name: event: string;
Old version information:
Class name: DistributedInfo;
Method or attribute name: event: string;
New version information: string
@ohos.account.distributedAccount.d.ts
Type changed Class name: DistributedInfo;
Method or attribute name: nickname?: string;
Old version information:
Class name: DistributedInfo;
Method or attribute name: nickname?: string;
New version information: ?string
@ohos.account.distributedAccount.d.ts
Type changed Class name: DistributedInfo;
Method or attribute name: avatar?: string;
Old version information:
Class name: DistributedInfo;
Method or attribute name: avatar?: string;
New version information: ?string
@ohos.account.distributedAccount.d.ts
Type changed Class name: DistributedInfo;
Method or attribute name: scalableData?: object;
Old version information:
Class name: DistributedInfo;
Method or attribute name: scalableData?: object;
New version information: ?object
@ohos.account.distributedAccount.d.ts
Type changed Class name: OsAccountInfo;
Method or attribute name: localId: number;
Old version information:
Class name: OsAccountInfo;
Method or attribute name: localId: number;
New version information: number
@ohos.account.osAccount.d.ts
Type changed Class name: ConstraintSourceTypeInfo;
Method or attribute name: localId: number;
Old version information:
Class name: ConstraintSourceTypeInfo;
Method or attribute name: localId: number;
New version information: number
@ohos.account.osAccount.d.ts
Type changed Class name: OsAccountInfo;
Method or attribute name: localName: string;
Old version information:
Class name: OsAccountInfo;
Method or attribute name: localName: string;
New version information: string
@ohos.account.osAccount.d.ts
Type changed Class name: OsAccountInfo;
Method or attribute name: type: OsAccountType;
Old version information:
Class name: OsAccountInfo;
Method or attribute name: type: OsAccountType;
New version information: OsAccountType
@ohos.account.osAccount.d.ts
Type changed Class name: OsAccountInfo;
Method or attribute name: constraints: Array<string>;
Old version information:
Class name: OsAccountInfo;
Method or attribute name: constraints: Array<string>;
New version information: Array<string>
@ohos.account.osAccount.d.ts
Type changed Class name: OsAccountInfo;
Method or attribute name: isVerified: boolean;
Old version information:
Class name: OsAccountInfo;
Method or attribute name: isVerified: boolean;
New version information: boolean
@ohos.account.osAccount.d.ts
Type changed Class name: OsAccountInfo;
Method or attribute name: photo: string;
Old version information:
Class name: OsAccountInfo;
Method or attribute name: photo: string;
New version information: string
@ohos.account.osAccount.d.ts
Type changed Class name: OsAccountInfo;
Method or attribute name: createTime: number;
Old version information:
Class name: OsAccountInfo;
Method or attribute name: createTime: number;
New version information: number
@ohos.account.osAccount.d.ts
Type changed Class name: OsAccountInfo;
Method or attribute name: lastLoginTime: number;
Old version information:
Class name: OsAccountInfo;
Method or attribute name: lastLoginTime: number;
New version information: number
@ohos.account.osAccount.d.ts
Type changed Class name: OsAccountInfo;
Method or attribute name: serialNumber: number;
Old version information:
Class name: OsAccountInfo;
Method or attribute name: serialNumber: number;
New version information: number
@ohos.account.osAccount.d.ts
Type changed Class name: OsAccountInfo;
Method or attribute name: isActived: boolean;
Old version information:
Class name: OsAccountInfo;
Method or attribute name: isActived: boolean;
New version information: boolean
@ohos.account.osAccount.d.ts
Type changed Class name: OsAccountInfo;
Method or attribute name: isCreateCompleted: boolean;
Old version information:
Class name: OsAccountInfo;
Method or attribute name: isCreateCompleted: boolean;
New version information: boolean
@ohos.account.osAccount.d.ts
Type changed Class name: OsAccountInfo;
Method or attribute name: distributedInfo: distributedAccount.DistributedInfo;
Old version information:
Class name: OsAccountInfo;
Method or attribute name: distributedInfo: distributedAccount.DistributedInfo;
New version information: distributedAccount.DistributedInfo
@ohos.account.osAccount.d.ts
Type changed Class name: OsAccountInfo;
Method or attribute name: domainInfo: DomainAccountInfo;
Old version information:
Class name: OsAccountInfo;
Method or attribute name: domainInfo: DomainAccountInfo;
New version information: DomainAccountInfo
@ohos.account.osAccount.d.ts
Type changed Class name: DomainAccountInfo;
Method or attribute name: domain: string;
Old version information:
Class name: DomainAccountInfo;
Method or attribute name: domain: string;
New version information: string
@ohos.account.osAccount.d.ts
Type changed Class name: DomainAccountInfo;
Method or attribute name: accountName: string;
Old version information:
Class name: DomainAccountInfo;
Method or attribute name: accountName: string;
New version information: string
@ohos.account.osAccount.d.ts
Type changed Class name: GetPropertyRequest;
Method or attribute name: authType: AuthType;
Old version information:
Class name: GetPropertyRequest;
Method or attribute name: authType: AuthType;
New version information: AuthType
@ohos.account.osAccount.d.ts
Type changed Class name: SetPropertyRequest;
Method or attribute name: authType: AuthType;
Old version information:
Class name: SetPropertyRequest;
Method or attribute name: authType: AuthType;
New version information: AuthType
@ohos.account.osAccount.d.ts
Type changed Class name: EnrolledCredInfo;
Method or attribute name: authType: AuthType;
Old version information:
Class name: EnrolledCredInfo;
Method or attribute name: authType: AuthType;
New version information: AuthType
@ohos.account.osAccount.d.ts
Type changed Class name: GetPropertyRequest;
Method or attribute name: keys: Array<GetPropertyType>;
Old version information:
Class name: GetPropertyRequest;
Method or attribute name: keys: Array<GetPropertyType>;
New version information: Array<GetPropertyType>
@ohos.account.osAccount.d.ts
Type changed Class name: SetPropertyRequest;
Method or attribute name: key: SetPropertyType;
Old version information:
Class name: SetPropertyRequest;
Method or attribute name: key: SetPropertyType;
New version information: SetPropertyType
@ohos.account.osAccount.d.ts
Type changed Class name: SetPropertyRequest;
Method or attribute name: setInfo: Uint8Array;
Old version information:
Class name: SetPropertyRequest;
Method or attribute name: setInfo: Uint8Array;
New version information: Uint8Array
@ohos.account.osAccount.d.ts
Type changed Class name: ExecutorProperty;
Method or attribute name: result: number;
Old version information:
Class name: ExecutorProperty;
Method or attribute name: result: number;
New version information: number
@ohos.account.osAccount.d.ts
Type changed Class name: ExecutorProperty;
Method or attribute name: authSubType: AuthSubType;
Old version information:
Class name: ExecutorProperty;
Method or attribute name: authSubType: AuthSubType;
New version information: AuthSubType
@ohos.account.osAccount.d.ts
Type changed Class name: EnrolledCredInfo;
Method or attribute name: authSubType: AuthSubType;
Old version information:
Class name: EnrolledCredInfo;
Method or attribute name: authSubType: AuthSubType;
New version information: AuthSubType
@ohos.account.osAccount.d.ts
Type changed Class name: ExecutorProperty;
Method or attribute name: remainTimes?: number;
Old version information:
Class name: ExecutorProperty;
Method or attribute name: remainTimes?: number;
New version information: ?number
@ohos.account.osAccount.d.ts
Type changed Class name: AuthResult;
Method or attribute name: remainTimes?: number;
Old version information:
Class name: AuthResult;
Method or attribute name: remainTimes?: number;
New version information: ?number
@ohos.account.osAccount.d.ts
Type changed Class name: ExecutorProperty;
Method or attribute name: freezingTime?: number;
Old version information:
Class name: ExecutorProperty;
Method or attribute name: freezingTime?: number;
New version information: ?number
@ohos.account.osAccount.d.ts
Type changed Class name: AuthResult;
Method or attribute name: freezingTime?: number;
Old version information:
Class name: AuthResult;
Method or attribute name: freezingTime?: number;
New version information: ?number
@ohos.account.osAccount.d.ts
Type changed Class name: AuthResult;
Method or attribute name: token?: Uint8Array;
Old version information:
Class name: AuthResult;
Method or attribute name: token?: Uint8Array;
New version information: ?Uint8Array
@ohos.account.osAccount.d.ts
Type changed Class name: CredentialInfo;
Method or attribute name: credType: AuthType;
Old version information:
Class name: CredentialInfo;
Method or attribute name: credType: AuthType;
New version information: AuthType
@ohos.account.osAccount.d.ts
Type changed Class name: CredentialInfo;
Method or attribute name: credSubType: AuthSubType;
Old version information:
Class name: CredentialInfo;
Method or attribute name: credSubType: AuthSubType;
New version information: AuthSubType
@ohos.account.osAccount.d.ts
Type changed Class name: CredentialInfo;
Method or attribute name: token: Uint8Array;
Old version information:
Class name: CredentialInfo;
Method or attribute name: token: Uint8Array;
New version information: Uint8Array
@ohos.account.osAccount.d.ts
Type changed Class name: RequestResult;
Method or attribute name: credentialId?: Uint8Array;
Old version information:
Class name: RequestResult;
Method or attribute name: credentialId?: Uint8Array;
New version information: ?Uint8Array
@ohos.account.osAccount.d.ts
Type changed Class name: EnrolledCredInfo;
Method or attribute name: credentialId: Uint8Array;
Old version information:
Class name: EnrolledCredInfo;
Method or attribute name: credentialId: Uint8Array;
New version information: Uint8Array
@ohos.account.osAccount.d.ts
Type changed Class name: EnrolledCredInfo;
Method or attribute name: templateId: Uint8Array;
Old version information:
Class name: EnrolledCredInfo;
Method or attribute name: templateId: Uint8Array;
New version information: Uint8Array
@ohos.account.osAccount.d.ts
Type changed Class name: ConstraintSourceTypeInfo;
Method or attribute name: type: ConstraintSourceType;
Old version information:
Class name: ConstraintSourceTypeInfo;
Method or attribute name: type: ConstraintSourceType;
New version information: ConstraintSourceType
@ohos.account.osAccount.d.ts