harmony 鸿蒙js-apidiff-account

  • 2023-06-24
  • 浏览 (234)

Change Type Old Version New Version d.ts File
Added NA Class name: Constants
Method or attribute name: ACTION_ADD_ACCOUNT_IMPLICITLY = ‘addAccountImplicitly’
@ohos.account.appAccount.d.ts
Added NA Class name: Constants
Method or attribute name: ACTION_AUTHENTICATE = ‘authenticate’
@ohos.account.appAccount.d.ts
Added NA Class name: Constants
Method or attribute name: ACTION_CREATE_ACCOUNT_IMPLICITLY = ‘createAccountImplicitly’
@ohos.account.appAccount.d.ts
Added NA Class name: Constants
Method or attribute name: ACTION_AUTH = ‘auth’
@ohos.account.appAccount.d.ts
Added NA Class name: Constants
Method or attribute name: ACTION_VERIFY_CREDENTIAL = ‘verifyCredential’
@ohos.account.appAccount.d.ts
Added NA Class name: Constants
Method or attribute name: ACTION_SET_AUTHENTICATOR_PROPERTIES = ‘setAuthenticatorProperties’
@ohos.account.appAccount.d.ts
Added NA Class name: Constants
Method or attribute name: KEY_NAME = ‘name’
@ohos.account.appAccount.d.ts
Added NA Class name: Constants
Method or attribute name: KEY_OWNER = ‘owner’
@ohos.account.appAccount.d.ts
Added NA Class name: Constants
Method or attribute name: KEY_TOKEN = ‘token’
@ohos.account.appAccount.d.ts
Added NA Class name: Constants
Method or attribute name: KEY_ACTION = ‘action’
@ohos.account.appAccount.d.ts
Added NA Class name: Constants
Method or attribute name: KEY_AUTH_TYPE = ‘authType’
@ohos.account.appAccount.d.ts
Added NA Class name: Constants
Method or attribute name: KEY_SESSION_ID = ‘sessionId’
@ohos.account.appAccount.d.ts
Added NA Class name: Constants
Method or attribute name: KEY_CALLER_PID = ‘callerPid’
@ohos.account.appAccount.d.ts
Added NA Class name: Constants
Method or attribute name: KEY_CALLER_UID = ‘callerUid’
@ohos.account.appAccount.d.ts
Added NA Class name: Constants
Method or attribute name: KEY_CALLER_BUNDLE_NAME = ‘callerBundleName’
@ohos.account.appAccount.d.ts
Added NA Class name: Constants
Method or attribute name: KEY_REQUIRED_LABELS = ‘requiredLabels’
@ohos.account.appAccount.d.ts
Added NA Class name: Constants
Method or attribute name: KEY_BOOLEAN_RESULT = ‘booleanResult’
@ohos.account.appAccount.d.ts
Added NA Module name: ohos.account.distributedAccount
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, callback: AsyncCallback<DistributedInfo>): void;
@ohos.account.distributedAccount.d.ts
Added NA Module name: ohos.account.distributedAccount
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: getOsAccountDistributedInfoByLocalId(localId: number): Promise<DistributedInfo>;
@ohos.account.distributedAccount.d.ts
Added NA Module name: ohos.account.distributedAccount
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,
callback: AsyncCallback<void>
): void;
@ohos.account.distributedAccount.d.ts
Added NA Module name: ohos.account.distributedAccount
Class name: DistributedAccountAbility
Method or attribute name: setOsAccountDistributedInfoByLocalId(localId: number, distributedInfo: DistributedInfo): Promise<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 Module name: ohos.account.distributedAccount
Class name: DistributedAccountStatus
@ohos.account.distributedAccount.d.ts
Added NA Class name: DistributedAccountStatus
Method or attribute name:
@ohos.account.distributedAccount.d.ts
Added NA Module name: ohos.account.distributedAccount
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: NOT_LOGGED_IN = 0
@ohos.account.distributedAccount.d.ts
Added NA Module name: ohos.account.distributedAccount
Class name: DistributedAccountStatus
Method or attribute name: LOGGED_IN = 1
@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: DomainAccountInfo
Method or attribute name: accountId?: string;
@ohos.account.osAccount.d.ts
Added NA Module name: ohos.account.osAccount
Class name: AuthStatusInfo
@ohos.account.osAccount.d.ts
Added NA Class name: AuthStatusInfo
Method or attribute name:
@ohos.account.osAccount.d.ts
Added NA Module name: ohos.account.osAccount
Class name: AuthStatusInfo
Method or attribute name: remainTimes: number;
@ohos.account.osAccount.d.ts
Added NA Class name: AuthStatusInfo
Method or attribute name: remainTimes: number;
@ohos.account.osAccount.d.ts
Added NA Module name: ohos.account.osAccount
Class name: AuthStatusInfo
Method or attribute name: freezingTime: number;
@ohos.account.osAccount.d.ts
Added NA Class name: AuthStatusInfo
Method or attribute name: freezingTime: number;
@ohos.account.osAccount.d.ts
Added NA Module name: ohos.account.osAccount
Class name: GetDomainAccessTokenOptions
@ohos.account.osAccount.d.ts
Added NA Class name: GetDomainAccessTokenOptions
Method or attribute name:
@ohos.account.osAccount.d.ts
Added NA Module name: ohos.account.osAccount
Class name: GetDomainAccessTokenOptions
Method or attribute name: domainAccountInfo: DomainAccountInfo;
@ohos.account.osAccount.d.ts
Added NA Class name: GetDomainAccessTokenOptions
Method or attribute name: domainAccountInfo: DomainAccountInfo;
@ohos.account.osAccount.d.ts
Added NA Module name: ohos.account.osAccount
Class name: GetDomainAccessTokenOptions
Method or attribute name: domainAccountToken: Uint8Array;
@ohos.account.osAccount.d.ts
Added NA Class name: GetDomainAccessTokenOptions
Method or attribute name: domainAccountToken: Uint8Array;
@ohos.account.osAccount.d.ts
Added NA Module name: ohos.account.osAccount
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: businessParams: { [key: string]: object };
@ohos.account.osAccount.d.ts
Added NA Module name: ohos.account.osAccount
Class name: GetDomainAccessTokenOptions
Method or attribute name: callerUid: number;
@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: 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(domain: string, accountName: string, 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: 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
Access level changed Class name: UserAuth
Access level: public API
Class name: UserAuth
Access level: system API
@ohos.account.osAccount.d.ts
Access level changed Class name: PINAuth
Access level: public API
Class name: PINAuth
Access level: system API
@ohos.account.osAccount.d.ts
Access level changed Class name: InputerManager
Access level: public API
Class name: InputerManager
Access level: system API
@ohos.account.osAccount.d.ts
Access level changed Class name: DomainPlugin
Access level: public API
Class name: DomainPlugin
Access level: system API
@ohos.account.osAccount.d.ts
Access level changed Class name: DomainAccountManager
Access level: public API
Class name: DomainAccountManager
Access level: system API
@ohos.account.osAccount.d.ts
Access level changed Class name: UserIdentityManager
Access level: public API
Class name: UserIdentityManager
Access level: system API
@ohos.account.osAccount.d.ts
Error code added NA Class name: UserAuth
Method or attribute name: constructor();
Error code: 202
@ohos.account.osAccount.d.ts
Error code added NA Class name: UserAuth
Method or attribute name: getVersion(): number;
Error code: 202
@ohos.account.osAccount.d.ts
Error code added NA Class name: PINAuth
Method or attribute name: constructor();
Error code: 202
@ohos.account.osAccount.d.ts
Error code added NA Class name: UserIdentityManager
Method or attribute name: constructor();
Error code: 202
@ohos.account.osAccount.d.ts

你可能感兴趣的鸿蒙文章

harmony 鸿蒙Readme

harmony 鸿蒙js-apidiff-ability

harmony 鸿蒙js-apidiff-accessibility

harmony 鸿蒙js-apidiff-arkui

harmony 鸿蒙js-apidiff-battery

harmony 鸿蒙js-apidiff-bundle

harmony 鸿蒙js-apidiff-communication

harmony 鸿蒙js-apidiff-compiler-and-runtime

harmony 鸿蒙js-apidiff-customization

harmony 鸿蒙js-apidiff-distributed-data

0  赞