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