| Change Type | Old Version | New Version | d.ts File | | ---- | ------ | ------ | -------- | |Added|NA|Class name: AppAccountManager
Method or attribute name: createAccount(name: string, callback: AsyncCallback\): void;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AppAccountManager
Method or attribute name: createAccount(name: string, options: CreateAccountOptions, callback: AsyncCallback\): void;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AppAccountManager
Method or attribute name: createAccount(name: string, options?: CreateAccountOptions): Promise\;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AppAccountManager
Method or attribute name: createAccountImplicitly(owner: string, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AppAccountManager
Method or attribute name: createAccountImplicitly(owner: string, options: CreateAccountImplicitlyOptions, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AppAccountManager
Method or attribute name: removeAccount(name: string, callback: AsyncCallback\): void;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AppAccountManager
Method or attribute name: removeAccount(name: string): Promise\;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AppAccountManager
Method or attribute name: setAppAccess(name: string, bundleName: string, isAccessible: boolean, callback: AsyncCallback\): void;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AppAccountManager
Method or attribute name: setAppAccess(name: string, bundleName: string, isAccessible: boolean): Promise\;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AppAccountManager
Method or attribute name: checkAppAccess(name: string, bundleName: string, callback: AsyncCallback\): void;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AppAccountManager
Method or attribute name: checkAppAccess(name: string, bundleName: string): Promise\;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AppAccountManager
Method or attribute name: checkDataSyncEnabled(name: string, callback: AsyncCallback\): void;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AppAccountManager
Method or attribute name: checkDataSyncEnabled(name: string): Promise\;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AppAccountManager
Method or attribute name: setCredential(name: string, credentialType: string, credential: string,
callback: AsyncCallback\): void;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AppAccountManager
Method or attribute name: setCredential(name: string, credentialType: string, credential: string): Promise\;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AppAccountManager
Method or attribute name: setDataSyncEnabled(name: string, isEnabled: boolean, callback: AsyncCallback\): void;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AppAccountManager
Method or attribute name: setDataSyncEnabled(name: string, isEnabled: boolean): Promise\;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AppAccountManager
Method or attribute name: setCustomData(name: string, key: string, value: string, callback: AsyncCallback\): void;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AppAccountManager
Method or attribute name: setCustomData(name: string, key: string, value: string): Promise\;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AppAccountManager
Method or attribute name: getAccountsByOwner(owner: string, callback: AsyncCallback\>): void;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AppAccountManager
Method or attribute name: getAccountsByOwner(owner: string): Promise\>;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AppAccountManager
Method or attribute name: getCredential(name: string, credentialType: string, callback: AsyncCallback\): void;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AppAccountManager
Method or attribute name: getCredential(name: string, credentialType: string): Promise\;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AppAccountManager
Method or attribute name: getCustomData(name: string, key: string, callback: AsyncCallback\): void;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AppAccountManager
Method or attribute name: getCustomData(name: string, key: string): Promise\;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AppAccountManager
Method or attribute name: getCustomDataSync(name: string, key: string): string;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AppAccountManager
Method or attribute name: on(type: 'accountChange', owners: Array\, callback: Callback\>): void;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AppAccountManager
Method or attribute name: off(type: 'accountChange', callback?: Callback\>): void;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AppAccountManager
Method or attribute name: auth(name: string, owner: string, authType: string, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AppAccountManager
Method or attribute name: auth(name: string, owner: string, authType: string, options: {[key:string]: Object}, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AppAccountManager
Method or attribute name: getAuthToken(name: string, owner: string, authType: string, callback: AsyncCallback\): void;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AppAccountManager
Method or attribute name: getAuthToken(name: string, owner: string, authType: string): Promise\;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AppAccountManager
Method or attribute name: setAuthToken(name: string, authType: string, token: string, callback: AsyncCallback\): void;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AppAccountManager
Method or attribute name: setAuthToken(name: string, authType: string, token: string): Promise\;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AppAccountManager
Method or attribute name: deleteAuthToken(name: string, owner: string, authType: string, token: string, callback: AsyncCallback\): void;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AppAccountManager
Method or attribute name: deleteAuthToken(name: string, owner: string, authType: string, token: string): Promise\;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AppAccountManager
Method or attribute name: setAuthTokenVisibility(name: string, authType: string, bundleName: string, isVisible: boolean, callback: AsyncCallback\): void;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AppAccountManager
Method or attribute name: setAuthTokenVisibility(name: string, authType: string, bundleName: string, isVisible: boolean): Promise\;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AppAccountManager
Method or attribute name: checkAuthTokenVisibility(name: string, authType: string, bundleName: string, callback: AsyncCallback\): void;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AppAccountManager
Method or attribute name: checkAuthTokenVisibility(name: string, authType: string, bundleName: string): Promise\;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AppAccountManager
Method or attribute name: getAllAuthTokens(name: string, owner: string, callback: AsyncCallback\>): void;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AppAccountManager
Method or attribute name: getAllAuthTokens(name: string, owner: string): Promise\>;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AppAccountManager
Method or attribute name: getAuthList(name: string, authType: string, callback: AsyncCallback\>): void;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AppAccountManager
Method or attribute name: getAuthList(name: string, authType: string): Promise\>;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AppAccountManager
Method or attribute name: getAuthCallback(sessionId: string, callback: AsyncCallback\): void;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AppAccountManager
Method or attribute name: getAuthCallback(sessionId: string): Promise\;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AppAccountManager
Method or attribute name: queryAuthenticatorInfo(owner: string, callback: AsyncCallback\): void;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AppAccountManager
Method or attribute name: queryAuthenticatorInfo(owner: string): Promise\;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AppAccountManager
Method or attribute name: checkAccountLabels(name: string, owner: string, labels: Array\, callback: AsyncCallback\): void;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AppAccountManager
Method or attribute name: checkAccountLabels(name: string, owner: string, labels: Array\): Promise\;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AppAccountManager
Method or attribute name: deleteCredential(name: string, credentialType: string, callback: AsyncCallback\): void;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AppAccountManager
Method or attribute name: deleteCredential(name: string, credentialType: string): Promise\;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AppAccountManager
Method or attribute name: selectAccountsByOptions(options: SelectAccountsOptions, callback: AsyncCallback\>): void;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AppAccountManager
Method or attribute name: selectAccountsByOptions(options: SelectAccountsOptions): Promise\>;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AppAccountManager
Method or attribute name: verifyCredential(name: string, owner: string, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AppAccountManager
Method or attribute name: verifyCredential(name: string, owner: string, options: VerifyCredentialOptions, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AppAccountManager
Method or attribute name: setAuthenticatorProperties(owner: string, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AppAccountManager
Method or attribute name: setAuthenticatorProperties(owner: string, options: SetPropertiesOptions, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts| |Added|NA|Module name: ohos.account.appAccount
Class name: AuthTokenInfo|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AuthTokenInfo
Method or attribute name: |@ohos.account.appAccount.d.ts| |Added|NA|Module name: ohos.account.appAccount
Class name: AuthTokenInfo
Method or attribute name: authType: string;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AuthTokenInfo
Method or attribute name: authType: string;|@ohos.account.appAccount.d.ts| |Added|NA|Module name: ohos.account.appAccount
Class name: AuthTokenInfo
Method or attribute name: token: string;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AuthTokenInfo
Method or attribute name: token: string;|@ohos.account.appAccount.d.ts| |Added|NA|Module name: ohos.account.appAccount
Class name: AuthTokenInfo
Method or attribute name: account?: AppAccountInfo;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AuthTokenInfo
Method or attribute name: account?: AppAccountInfo;|@ohos.account.appAccount.d.ts| |Added|NA|Module name: ohos.account.appAccount
Class name: AuthResult|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AuthResult
Method or attribute name: |@ohos.account.appAccount.d.ts| |Added|NA|Module name: ohos.account.appAccount
Class name: AuthResult
Method or attribute name: account?: AppAccountInfo;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AuthResult
Method or attribute name: account?: AppAccountInfo;|@ohos.account.appAccount.d.ts| |Added|NA|Module name: ohos.account.appAccount
Class name: AuthResult
Method or attribute name: tokenInfo?: AuthTokenInfo;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AuthResult
Method or attribute name: tokenInfo?: AuthTokenInfo;|@ohos.account.appAccount.d.ts| |Added|NA|Module name: ohos.account.appAccount
Class name: CreateAccountOptions|@ohos.account.appAccount.d.ts| |Added|NA|Class name: CreateAccountOptions
Method or attribute name: |@ohos.account.appAccount.d.ts| |Added|NA|Module name: ohos.account.appAccount
Class name: CreateAccountOptions
Method or attribute name: customData?: {[key: string]: string};|@ohos.account.appAccount.d.ts| |Added|NA|Class name: CreateAccountOptions
Method or attribute name: customData?: {[key: string]: string};|@ohos.account.appAccount.d.ts| |Added|NA|Module name: ohos.account.appAccount
Class name: CreateAccountImplicitlyOptions|@ohos.account.appAccount.d.ts| |Added|NA|Class name: CreateAccountImplicitlyOptions
Method or attribute name: |@ohos.account.appAccount.d.ts| |Added|NA|Module name: ohos.account.appAccount
Class name: CreateAccountImplicitlyOptions
Method or attribute name: requiredLabels?: Array\;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: CreateAccountImplicitlyOptions
Method or attribute name: requiredLabels?: Array\;|@ohos.account.appAccount.d.ts| |Added|NA|Module name: ohos.account.appAccount
Class name: CreateAccountImplicitlyOptions
Method or attribute name: authType?: string;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: CreateAccountImplicitlyOptions
Method or attribute name: authType?: string;|@ohos.account.appAccount.d.ts| |Added|NA|Module name: ohos.account.appAccount
Class name: CreateAccountImplicitlyOptions
Method or attribute name: parameters?: {[key:string]: Object};|@ohos.account.appAccount.d.ts| |Added|NA|Class name: CreateAccountImplicitlyOptions
Method or attribute name: parameters?: {[key:string]: Object};|@ohos.account.appAccount.d.ts| |Added|NA|Module name: ohos.account.appAccount
Class name: SelectAccountsOptions|@ohos.account.appAccount.d.ts| |Added|NA|Class name: SelectAccountsOptions
Method or attribute name: |@ohos.account.appAccount.d.ts| |Added|NA|Module name: ohos.account.appAccount
Class name: SelectAccountsOptions
Method or attribute name: allowedAccounts?: Array\;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: SelectAccountsOptions
Method or attribute name: allowedAccounts?: Array\;|@ohos.account.appAccount.d.ts| |Added|NA|Module name: ohos.account.appAccount
Class name: SelectAccountsOptions
Method or attribute name: allowedOwners?: Array\;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: SelectAccountsOptions
Method or attribute name: allowedOwners?: Array\;|@ohos.account.appAccount.d.ts| |Added|NA|Module name: ohos.account.appAccount
Class name: SelectAccountsOptions
Method or attribute name: requiredLabels?: Array\;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: SelectAccountsOptions
Method or attribute name: requiredLabels?: Array\;|@ohos.account.appAccount.d.ts| |Added|NA|Module name: ohos.account.appAccount
Class name: VerifyCredentialOptions|@ohos.account.appAccount.d.ts| |Added|NA|Class name: VerifyCredentialOptions
Method or attribute name: |@ohos.account.appAccount.d.ts| |Added|NA|Module name: ohos.account.appAccount
Class name: VerifyCredentialOptions
Method or attribute name: credentialType?: string;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: VerifyCredentialOptions
Method or attribute name: credentialType?: string;|@ohos.account.appAccount.d.ts| |Added|NA|Module name: ohos.account.appAccount
Class name: VerifyCredentialOptions
Method or attribute name: credential?: string;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: VerifyCredentialOptions
Method or attribute name: credential?: string;|@ohos.account.appAccount.d.ts| |Added|NA|Module name: ohos.account.appAccount
Class name: VerifyCredentialOptions
Method or attribute name: parameters?: {[key:string]: Object};|@ohos.account.appAccount.d.ts| |Added|NA|Class name: VerifyCredentialOptions
Method or attribute name: parameters?: {[key:string]: Object};|@ohos.account.appAccount.d.ts| |Added|NA|Module name: ohos.account.appAccount
Class name: SetPropertiesOptions|@ohos.account.appAccount.d.ts| |Added|NA|Class name: SetPropertiesOptions
Method or attribute name: |@ohos.account.appAccount.d.ts| |Added|NA|Module name: ohos.account.appAccount
Class name: SetPropertiesOptions
Method or attribute name: properties?: {[key: string]: Object};|@ohos.account.appAccount.d.ts| |Added|NA|Class name: SetPropertiesOptions
Method or attribute name: properties?: {[key: string]: Object};|@ohos.account.appAccount.d.ts| |Added|NA|Module name: ohos.account.appAccount
Class name: SetPropertiesOptions
Method or attribute name: parameters?: {[key: string]: Object};|@ohos.account.appAccount.d.ts| |Added|NA|Class name: SetPropertiesOptions
Method or attribute name: parameters?: {[key: string]: Object};|@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_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.appAccount
Class name: AuthCallback|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AuthCallback
Method or attribute name: |@ohos.account.appAccount.d.ts| |Added|NA|Module name: ohos.account.appAccount
Class name: AuthCallback
Method or attribute name: onResult: (code: number, result?: AuthResult) => void;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AuthCallback
Method or attribute name: onResult: (code: number, result?: AuthResult) => void;|@ohos.account.appAccount.d.ts| |Added|NA|Module name: ohos.account.appAccount
Class name: AuthCallback
Method or attribute name: onRequestRedirected: (request: Want) => void;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AuthCallback
Method or attribute name: onRequestRedirected: (request: Want) => void;|@ohos.account.appAccount.d.ts| |Added|NA|Module name: ohos.account.appAccount
Class name: AuthCallback
Method or attribute name: onRequestContinued?: () => void;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: AuthCallback
Method or attribute name: onRequestContinued?: () => void;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: Authenticator
Method or attribute name: createAccountImplicitly(options: CreateAccountImplicitlyOptions, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: Authenticator
Method or attribute name: auth(name: string, authType: string, options: {[key:string]: Object}, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: Authenticator
Method or attribute name: verifyCredential(name: string, options: VerifyCredentialOptions, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: Authenticator
Method or attribute name: setProperties(options: SetPropertiesOptions, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: Authenticator
Method or attribute name: checkAccountLabels(name: string, labels: Array\, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: Authenticator
Method or attribute name: checkAccountRemovable(name: string, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: Authenticator
Method or attribute name: getRemoteObject(): rpc.RemoteObject;|@ohos.account.appAccount.d.ts| |Added|NA|Class name: DistributedAccountAbility
Method or attribute name: getOsAccountDistributedInfo(callback: AsyncCallback\): void;|@ohos.account.distributedAccount.d.ts| |Added|NA|Class name: DistributedAccountAbility
Method or attribute name: getOsAccountDistributedInfo(): Promise\;|@ohos.account.distributedAccount.d.ts| |Added|NA|Class name: DistributedAccountAbility
Method or attribute name: setOsAccountDistributedInfo(accountInfo: DistributedInfo, callback: AsyncCallback\): void;|@ohos.account.distributedAccount.d.ts| |Added|NA|Class name: DistributedAccountAbility
Method or attribute name: setOsAccountDistributedInfo(accountInfo: DistributedInfo): Promise\;|@ohos.account.distributedAccount.d.ts| |Added|NA|Class name: DistributedInfo
Method or attribute name: nickname?: string;|@ohos.account.distributedAccount.d.ts| |Added|NA|Class name: DistributedInfo
Method or attribute name: avatar?: string;|@ohos.account.distributedAccount.d.ts| |Added|NA|Class name: AccountManager
Method or attribute name: checkMultiOsAccountEnabled(callback: AsyncCallback\): void;|@ohos.account.osAccount.d.ts| |Added|NA|Class name: AccountManager
Method or attribute name: checkMultiOsAccountEnabled(): Promise\;|@ohos.account.osAccount.d.ts| |Added|NA|Class name: AccountManager
Method or attribute name: checkOsAccountActivated(localId: number, callback: AsyncCallback\): void;|@ohos.account.osAccount.d.ts| |Added|NA|Class name: AccountManager
Method or attribute name: checkOsAccountActivated(localId: number): Promise\;|@ohos.account.osAccount.d.ts| |Added|NA|Class name: AccountManager
Method or attribute name: checkOsAccountConstraintEnabled(localId: number, constraint: string, callback: AsyncCallback\): void;|@ohos.account.osAccount.d.ts| |Added|NA|Class name: AccountManager
Method or attribute name: checkOsAccountConstraintEnabled(localId: number, constraint: string): Promise\;|@ohos.account.osAccount.d.ts| |Added|NA|Class name: AccountManager
Method or attribute name: checkOsAccountTestable(callback: AsyncCallback\): void;|@ohos.account.osAccount.d.ts| |Added|NA|Class name: AccountManager
Method or attribute name: checkOsAccountTestable(): Promise\;|@ohos.account.osAccount.d.ts| |Added|NA|Class name: AccountManager
Method or attribute name: checkOsAccountVerified(callback: AsyncCallback\): void;|@ohos.account.osAccount.d.ts| |Added|NA|Class name: AccountManager
Method or attribute name: checkOsAccountVerified(): Promise\;|@ohos.account.osAccount.d.ts| |Added|NA|Class name: AccountManager
Method or attribute name: checkOsAccountVerified(localId: number, callback: AsyncCallback\): void;|@ohos.account.osAccount.d.ts| |Added|NA|Class name: AccountManager
Method or attribute name: checkOsAccountVerified(localId: number): Promise\;|@ohos.account.osAccount.d.ts| |Added|NA|Class name: AccountManager
Method or attribute name: getOsAccountCount(callback: AsyncCallback\): void;|@ohos.account.osAccount.d.ts| |Added|NA|Class name: AccountManager
Method or attribute name: getOsAccountCount(): Promise\;|@ohos.account.osAccount.d.ts| |Added|NA|Class name: AccountManager
Method or attribute name: getOsAccountLocalId(callback: AsyncCallback\): void;|@ohos.account.osAccount.d.ts| |Added|NA|Class name: AccountManager
Method or attribute name: getOsAccountLocalId(): Promise\;|@ohos.account.osAccount.d.ts| |Added|NA|Class name: AccountManager
Method or attribute name: getOsAccountLocalIdForUid(uid: number, callback: AsyncCallback\): void;|@ohos.account.osAccount.d.ts| |Added|NA|Class name: AccountManager
Method or attribute name: getOsAccountLocalIdForUid(uid: number): Promise\;|@ohos.account.osAccount.d.ts| |Added|NA|Class name: AccountManager
Method or attribute name: getOsAccountLocalIdForDomain(domainInfo: DomainAccountInfo, callback: AsyncCallback\): void;|@ohos.account.osAccount.d.ts| |Added|NA|Class name: AccountManager
Method or attribute name: getOsAccountLocalIdForDomain(domainInfo: DomainAccountInfo): Promise\;|@ohos.account.osAccount.d.ts| |Added|NA|Class name: AccountManager
Method or attribute name: getOsAccountConstraints(localId: number, callback: AsyncCallback\>): void;|@ohos.account.osAccount.d.ts| |Added|NA|Class name: AccountManager
Method or attribute name: getOsAccountConstraints(localId: number): Promise\>;|@ohos.account.osAccount.d.ts| |Added|NA|Class name: AccountManager
Method or attribute name: getActivatedOsAccountLocalIds(callback: AsyncCallback\>): void;|@ohos.account.osAccount.d.ts| |Added|NA|Class name: AccountManager
Method or attribute name: getActivatedOsAccountLocalIds(): Promise\>;|@ohos.account.osAccount.d.ts| |Added|NA|Class name: AccountManager
Method or attribute name: getCurrentOsAccount(callback: AsyncCallback\): void;|@ohos.account.osAccount.d.ts| |Added|NA|Class name: AccountManager
Method or attribute name: getCurrentOsAccount(): Promise\;|@ohos.account.osAccount.d.ts| |Added|NA|Class name: AccountManager
Method or attribute name: getOsAccountType(callback: AsyncCallback\): void;|@ohos.account.osAccount.d.ts| |Added|NA|Class name: AccountManager
Method or attribute name: getOsAccountType(): Promise\;|@ohos.account.osAccount.d.ts| |Added|NA|Class name: AccountManager
Method or attribute name: queryDistributedVirtualDeviceId(callback: AsyncCallback\): void;|@ohos.account.osAccount.d.ts| |Added|NA|Class name: AccountManager
Method or attribute name: queryDistributedVirtualDeviceId(): Promise\;|@ohos.account.osAccount.d.ts| |Added|NA|Class name: AccountManager
Method or attribute name: getOsAccountLocalIdForSerialNumber(serialNumber: number, callback: AsyncCallback\): void;|@ohos.account.osAccount.d.ts| |Added|NA|Class name: AccountManager
Method or attribute name: getOsAccountLocalIdForSerialNumber(serialNumber: number): Promise\;|@ohos.account.osAccount.d.ts| |Added|NA|Class name: AccountManager
Method or attribute name: getSerialNumberForOsAccountLocalId(localId: number, callback: AsyncCallback\): void;|@ohos.account.osAccount.d.ts| |Added|NA|Class name: AccountManager
Method or attribute name: getSerialNumberForOsAccountLocalId(localId: number): Promise\;|@ohos.account.osAccount.d.ts| |Added|NA|Class name: AccountManager
Method or attribute name: getBundleIdForUid(uid: number, callback: AsyncCallback\): void;|@ohos.account.osAccount.d.ts| |Added|NA|Class name: AccountManager
Method or attribute name: getBundleIdForUid(uid: number): Promise\;|@ohos.account.osAccount.d.ts| |Added|NA|Class name: AccountManager
Method or attribute name: isMainOsAccount(callback: AsyncCallback\): void;|@ohos.account.osAccount.d.ts| |Added|NA|Class name: AccountManager
Method or attribute name: isMainOsAccount(): Promise\;|@ohos.account.osAccount.d.ts| |Added|NA|Class name: AccountManager
Method or attribute name: getOsAccountConstraintSourceTypes(localId: number, constraint: string, callback: AsyncCallback\>): void;|@ohos.account.osAccount.d.ts| |Added|NA|Class name: AccountManager
Method or attribute name: getOsAccountConstraintSourceTypes(localId: number, constraint: string): Promise\>;|@ohos.account.osAccount.d.ts| |Added|NA|Module name: ohos.account.osAccount
Class name: InputerManager|@ohos.account.osAccount.d.ts| |Added|NA|Class name: InputerManager
Method or attribute name: |@ohos.account.osAccount.d.ts| |Added|NA|Module name: ohos.account.osAccount
Class name: InputerManager
Method or attribute name: static registerInputer(authType: AuthType, inputer: IInputer): void;|@ohos.account.osAccount.d.ts| |Added|NA|Class name: InputerManager
Method or attribute name: static registerInputer(authType: AuthType, inputer: IInputer): void;|@ohos.account.osAccount.d.ts| |Added|NA|Module name: ohos.account.osAccount
Class name: InputerManager
Method or attribute name: static unregisterInputer(authType: AuthType): void;|@ohos.account.osAccount.d.ts| |Added|NA|Class name: InputerManager
Method or attribute name: static unregisterInputer(authType: AuthType): void;|@ohos.account.osAccount.d.ts| |Added|NA|Module name: ohos.account.osAccount
Class name: DomainPlugin|@ohos.account.osAccount.d.ts| |Added|NA|Class name: DomainPlugin
Method or attribute name: |@ohos.account.osAccount.d.ts| |Added|NA|Module name: ohos.account.osAccount
Class name: DomainPlugin
Method or attribute name: auth(domainAccountInfo: DomainAccountInfo, credential: Uint8Array, callback: IUserAuthCallback): void;|@ohos.account.osAccount.d.ts| |Added|NA|Class name: DomainPlugin
Method or attribute name: auth(domainAccountInfo: DomainAccountInfo, credential: Uint8Array, callback: IUserAuthCallback): void;|@ohos.account.osAccount.d.ts| |Added|NA|Module name: ohos.account.osAccount
Class name: DomainAccountManager|@ohos.account.osAccount.d.ts| |Added|NA|Class name: DomainAccountManager
Method or attribute name: |@ohos.account.osAccount.d.ts| |Added|NA|Module name: ohos.account.osAccount
Class name: DomainAccountManager
Method or attribute name: static registerPlugin(plugin: DomainPlugin): void;|@ohos.account.osAccount.d.ts| |Added|NA|Class name: DomainAccountManager
Method or attribute name: static registerPlugin(plugin: DomainPlugin): void;|@ohos.account.osAccount.d.ts| |Added|NA|Module name: ohos.account.osAccount
Class name: DomainAccountManager
Method or attribute name: static unregisterPlugin(): void;|@ohos.account.osAccount.d.ts| |Added|NA|Class name: DomainAccountManager
Method or attribute name: static unregisterPlugin(): void;|@ohos.account.osAccount.d.ts| |Added|NA|Class name: UserIdentityManager
Method or attribute name: getAuthInfo(callback: AsyncCallback\>): void;|@ohos.account.osAccount.d.ts| |Added|NA|Class name: UserIdentityManager
Method or attribute name: getAuthInfo(authType: AuthType, callback: AsyncCallback\>): void;|@ohos.account.osAccount.d.ts| |Added|NA|Module name: ohos.account.osAccount
Class name: AuthType
Method or attribute name: DOMAIN = 1024|@ohos.account.osAccount.d.ts| |Added|NA|Class name: AuthType
Method or attribute name: DOMAIN = 1024|@ohos.account.osAccount.d.ts| |Added|NA|Module name: ohos.account.osAccount
Class name: AuthSubType
Method or attribute name: DOMAIN_MIXED = 10240001|@ohos.account.osAccount.d.ts| |Added|NA|Class name: AuthSubType
Method or attribute name: DOMAIN_MIXED = 10240001|@ohos.account.osAccount.d.ts| |Added|NA|Module name: ohos.account.osAccount
Class name: ConstraintSourceType|@ohos.account.osAccount.d.ts| |Added|NA|Class name: ConstraintSourceType
Method or attribute name: |@ohos.account.osAccount.d.ts| |Added|NA|Module name: ohos.account.osAccount
Class name: ConstraintSourceType
Method or attribute name: CONSTRAINT_NOT_EXIST = 0|@ohos.account.osAccount.d.ts| |Added|NA|Class name: ConstraintSourceType
Method or attribute name: CONSTRAINT_NOT_EXIST = 0|@ohos.account.osAccount.d.ts| |Added|NA|Module name: ohos.account.osAccount
Class name: ConstraintSourceType
Method or attribute name: CONSTRAINT_TYPE_BASE = 1|@ohos.account.osAccount.d.ts| |Added|NA|Class name: ConstraintSourceType
Method or attribute name: CONSTRAINT_TYPE_BASE = 1|@ohos.account.osAccount.d.ts| |Added|NA|Module name: ohos.account.osAccount
Class name: ConstraintSourceType
Method or attribute name: CONSTRAINT_TYPE_DEVICE_OWNER = 2|@ohos.account.osAccount.d.ts| |Added|NA|Class name: ConstraintSourceType
Method or attribute name: CONSTRAINT_TYPE_DEVICE_OWNER = 2|@ohos.account.osAccount.d.ts| |Added|NA|Module name: ohos.account.osAccount
Class name: ConstraintSourceType
Method or attribute name: CONSTRAINT_TYPE_PROFILE_OWNER = 3|@ohos.account.osAccount.d.ts| |Added|NA|Class name: ConstraintSourceType
Method or attribute name: CONSTRAINT_TYPE_PROFILE_OWNER = 3|@ohos.account.osAccount.d.ts| |Added|NA|Module name: ohos.account.osAccount
Class name: ConstraintSourceTypeInfo|@ohos.account.osAccount.d.ts| |Added|NA|Class name: ConstraintSourceTypeInfo
Method or attribute name: |@ohos.account.osAccount.d.ts| |Added|NA|Module name: ohos.account.osAccount
Class name: ConstraintSourceTypeInfo
Method or attribute name: localId: number;|@ohos.account.osAccount.d.ts| |Added|NA|Class name: ConstraintSourceTypeInfo
Method or attribute name: localId: number;|@ohos.account.osAccount.d.ts| |Added|NA|Module name: ohos.account.osAccount
Class name: ConstraintSourceTypeInfo
Method or attribute name: type: ConstraintSourceType;|@ohos.account.osAccount.d.ts| |Added|NA|Class name: ConstraintSourceTypeInfo
Method or attribute name: type: ConstraintSourceType;|@ohos.account.osAccount.d.ts| |Deprecated version changed|Class name: AppAccountManager
Method or attribute name: addAccount(name: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: addAccount(name: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| |Deprecated version changed|Class name: AppAccountManager
Method or attribute name: addAccount(name: string, extraInfo: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: addAccount(name: string, extraInfo: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| |Deprecated version changed|Class name: AppAccountManager
Method or attribute name: addAccount(name: string, extraInfo?: string): Promise\;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: addAccount(name: string, extraInfo?: string): Promise\;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| |Deprecated version changed|Class name: AppAccountManager
Method or attribute name: addAccountImplicitly(owner: string, authType: string, options: {[key: string]: any}, callback: AuthenticatorCallback): void;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: addAccountImplicitly(owner: string, authType: string, options: {[key: string]: any}, callback: AuthenticatorCallback): void;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| |Deprecated version changed|Class name: AppAccountManager
Method or attribute name: deleteAccount(name: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: deleteAccount(name: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| |Deprecated version changed|Class name: AppAccountManager
Method or attribute name: deleteAccount(name: string): Promise\;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: deleteAccount(name: string): Promise\;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| |Deprecated version changed|Class name: AppAccountManager
Method or attribute name: disableAppAccess(name: string, bundleName: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: disableAppAccess(name: string, bundleName: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| |Deprecated version changed|Class name: AppAccountManager
Method or attribute name: disableAppAccess(name: string, bundleName: string): Promise\;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: disableAppAccess(name: string, bundleName: string): Promise\;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| |Deprecated version changed|Class name: AppAccountManager
Method or attribute name: enableAppAccess(name: string, bundleName: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: enableAppAccess(name: string, bundleName: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| |Deprecated version changed|Class name: AppAccountManager
Method or attribute name: enableAppAccess(name: string, bundleName: string): Promise\;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: enableAppAccess(name: string, bundleName: string): Promise\;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| |Deprecated version changed|Class name: AppAccountManager
Method or attribute name: checkAppAccountSyncEnable(name: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: checkAppAccountSyncEnable(name: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| |Deprecated version changed|Class name: AppAccountManager
Method or attribute name: checkAppAccountSyncEnable(name: string): Promise\;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: checkAppAccountSyncEnable(name: string): Promise\;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| |Deprecated version changed|Class name: AppAccountManager
Method or attribute name: setAccountCredential(name: string, credentialType: string, credential: string,
callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: setAccountCredential(name: string, credentialType: string, credential: string,
callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| |Deprecated version changed|Class name: AppAccountManager
Method or attribute name: setAccountCredential(name: string, credentialType: string, credential: string): Promise\;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: setAccountCredential(name: string, credentialType: string, credential: string): Promise\;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| |Deprecated version changed|Class name: AppAccountManager
Method or attribute name: setAccountExtraInfo(name: string, extraInfo: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: setAccountExtraInfo(name: string, extraInfo: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| |Deprecated version changed|Class name: AppAccountManager
Method or attribute name: setAccountExtraInfo(name: string, extraInfo: string): Promise\;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: setAccountExtraInfo(name: string, extraInfo: string): Promise\;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| |Deprecated version changed|Class name: AppAccountManager
Method or attribute name: setAppAccountSyncEnable(name: string, isEnable: boolean, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: setAppAccountSyncEnable(name: string, isEnable: boolean, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| |Deprecated version changed|Class name: AppAccountManager
Method or attribute name: setAppAccountSyncEnable(name: string, isEnable: boolean): Promise\;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: setAppAccountSyncEnable(name: string, isEnable: boolean): Promise\;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| |Deprecated version changed|Class name: AppAccountManager
Method or attribute name: setAssociatedData(name: string, key: string, value: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: setAssociatedData(name: string, key: string, value: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| |Deprecated version changed|Class name: AppAccountManager
Method or attribute name: setAssociatedData(name: string, key: string, value: string): Promise\;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: setAssociatedData(name: string, key: string, value: string): Promise\;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| |Deprecated version changed|Class name: AppAccountManager
Method or attribute name: getAllAccessibleAccounts(callback: AsyncCallback\>): void;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: getAllAccessibleAccounts(callback: AsyncCallback\>): void;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| |Deprecated version changed|Class name: AppAccountManager
Method or attribute name: getAllAccessibleAccounts(): Promise\>;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: getAllAccessibleAccounts(): Promise\>;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| |Deprecated version changed|Class name: AppAccountManager
Method or attribute name: getAllAccounts(owner: string, callback: AsyncCallback\>): void;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: getAllAccounts(owner: string, callback: AsyncCallback\>): void;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| |Deprecated version changed|Class name: AppAccountManager
Method or attribute name: getAllAccounts(owner: string): Promise\>;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: getAllAccounts(owner: string): Promise\>;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| |Deprecated version changed|Class name: AppAccountManager
Method or attribute name: getAccountCredential(name: string, credentialType: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: getAccountCredential(name: string, credentialType: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| |Deprecated version changed|Class name: AppAccountManager
Method or attribute name: getAccountCredential(name: string, credentialType: string): Promise\;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: getAccountCredential(name: string, credentialType: string): Promise\;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| |Deprecated version changed|Class name: AppAccountManager
Method or attribute name: getAccountExtraInfo(name: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: getAccountExtraInfo(name: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| |Deprecated version changed|Class name: AppAccountManager
Method or attribute name: getAccountExtraInfo(name: string): Promise\;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: getAccountExtraInfo(name: string): Promise\;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| |Deprecated version changed|Class name: AppAccountManager
Method or attribute name: getAssociatedData(name: string, key: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: getAssociatedData(name: string, key: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| |Deprecated version changed|Class name: AppAccountManager
Method or attribute name: getAssociatedData(name: string, key: string): Promise\;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: getAssociatedData(name: string, key: string): Promise\;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| |Deprecated version changed|Class name: AppAccountManager
Method or attribute name: on(type: 'change', owners: Array\, callback: Callback\>): void;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: on(type: 'change', owners: Array\, callback: Callback\>): void;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| |Deprecated version changed|Class name: AppAccountManager
Method or attribute name: off(type: 'change', callback?: Callback\>): void;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: off(type: 'change', callback?: Callback\>): void;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| |Deprecated version changed|Class name: AppAccountManager
Method or attribute name: authenticate(name: string, owner: string, authType: string, options: {[key: string]: any}, callback: AuthenticatorCallback): void;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: authenticate(name: string, owner: string, authType: string, options: {[key: string]: any}, callback: AuthenticatorCallback): void;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| |Deprecated version changed|Class name: AppAccountManager
Method or attribute name: getOAuthToken(name: string, owner: string, authType: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: getOAuthToken(name: string, owner: string, authType: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| |Deprecated version changed|Class name: AppAccountManager
Method or attribute name: getOAuthToken(name: string, owner: string, authType: string): Promise\;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: getOAuthToken(name: string, owner: string, authType: string): Promise\;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| |Deprecated version changed|Class name: AppAccountManager
Method or attribute name: setOAuthToken(name: string, authType: string, token: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: setOAuthToken(name: string, authType: string, token: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| |Deprecated version changed|Class name: AppAccountManager
Method or attribute name: setOAuthToken(name: string, authType: string, token: string): Promise\;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: setOAuthToken(name: string, authType: string, token: string): Promise\;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| |Deprecated version changed|Class name: AppAccountManager
Method or attribute name: deleteOAuthToken(name: string, owner: string, authType: string, token: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: deleteOAuthToken(name: string, owner: string, authType: string, token: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| |Deprecated version changed|Class name: AppAccountManager
Method or attribute name: deleteOAuthToken(name: string, owner: string, authType: string, token: string): Promise\;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: deleteOAuthToken(name: string, owner: string, authType: string, token: string): Promise\;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| |Deprecated version changed|Class name: AppAccountManager
Method or attribute name: setOAuthTokenVisibility(name: string, authType: string, bundleName: string, isVisible: boolean, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: setOAuthTokenVisibility(name: string, authType: string, bundleName: string, isVisible: boolean, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| |Deprecated version changed|Class name: AppAccountManager
Method or attribute name: setOAuthTokenVisibility(name: string, authType: string, bundleName: string, isVisible: boolean): Promise\;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: setOAuthTokenVisibility(name: string, authType: string, bundleName: string, isVisible: boolean): Promise\;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| |Deprecated version changed|Class name: AppAccountManager
Method or attribute name: checkOAuthTokenVisibility(name: string, authType: string, bundleName: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: checkOAuthTokenVisibility(name: string, authType: string, bundleName: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| |Deprecated version changed|Class name: AppAccountManager
Method or attribute name: checkOAuthTokenVisibility(name: string, authType: string, bundleName: string): Promise\;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: checkOAuthTokenVisibility(name: string, authType: string, bundleName: string): Promise\;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| |Deprecated version changed|Class name: AppAccountManager
Method or attribute name: getAllOAuthTokens(name: string, owner: string, callback: AsyncCallback\>): void;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: getAllOAuthTokens(name: string, owner: string, callback: AsyncCallback\>): void;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| |Deprecated version changed|Class name: AppAccountManager
Method or attribute name: getAllOAuthTokens(name: string, owner: string): Promise\>;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: getAllOAuthTokens(name: string, owner: string): Promise\>;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| |Deprecated version changed|Class name: AppAccountManager
Method or attribute name: getOAuthList(name: string, authType: string, callback: AsyncCallback\>): void;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: getOAuthList(name: string, authType: string, callback: AsyncCallback\>): void;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| |Deprecated version changed|Class name: AppAccountManager
Method or attribute name: getOAuthList(name: string, authType: string): Promise\>;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: getOAuthList(name: string, authType: string): Promise\>;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| |Deprecated version changed|Class name: AppAccountManager
Method or attribute name: getAuthenticatorCallback(sessionId: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: getAuthenticatorCallback(sessionId: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| |Deprecated version changed|Class name: AppAccountManager
Method or attribute name: getAuthenticatorCallback(sessionId: string): Promise\;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: getAuthenticatorCallback(sessionId: string): Promise\;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| |Deprecated version changed|Class name: AppAccountManager
Method or attribute name: getAuthenticatorInfo(owner: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: getAuthenticatorInfo(owner: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| |Deprecated version changed|Class name: AppAccountManager
Method or attribute name: getAuthenticatorInfo(owner: string): Promise\;
Deprecated version: N/A|Class name: AppAccountManager
Method or attribute name: getAuthenticatorInfo(owner: string): Promise\;
Deprecated version: 9
Substitute API: appAccount.AppAccountManager|@ohos.account.appAccount.d.ts| |Deprecated version changed|Class name: OAuthTokenInfo
Deprecated version: N/A|Class name: OAuthTokenInfo
Deprecated version: 9
Substitute API: appAccount.AuthTokenInfo |@ohos.account.appAccount.d.ts| |Deprecated version changed|Class name: Constants
Method or attribute name: ACTION_ADD_ACCOUNT_IMPLICITLY = "addAccountImplicitly"
Deprecated version: N/A|Class name: Constants
Method or attribute name: ACTION_ADD_ACCOUNT_IMPLICITLY = "addAccountImplicitly"
Deprecated version: 9
Substitute API: appAccount.Constants|@ohos.account.appAccount.d.ts| |Deprecated version changed|Class name: Constants
Method or attribute name: ACTION_AUTHENTICATE = "authenticate"
Deprecated version: N/A|Class name: Constants
Method or attribute name: ACTION_AUTHENTICATE = "authenticate"
Deprecated version: 9
Substitute API: appAccount.Constants|@ohos.account.appAccount.d.ts| |Deprecated version changed|Class name: ResultCode
Deprecated version: N/A|Class name: ResultCode
Deprecated version: 9
Substitute API: N/A|@ohos.account.appAccount.d.ts| |Deprecated version changed|Class name: AuthenticatorCallback
Deprecated version: N/A|Class name: AuthenticatorCallback
Deprecated version: 9
Substitute API: AppAccount.AuthCallback |@ohos.account.appAccount.d.ts| |Deprecated version changed|Class name: Authenticator
Method or attribute name: addAccountImplicitly(authType: string, callerBundleName: string, options: {[key: string]: any}, callback: AuthenticatorCallback): void;
Deprecated version: N/A|Class name: Authenticator
Method or attribute name: addAccountImplicitly(authType: string, callerBundleName: string, options: {[key: string]: any}, callback: AuthenticatorCallback): void;
Deprecated version: 9
Substitute API: appAccount.Authenticator|@ohos.account.appAccount.d.ts| |Deprecated version changed|Class name: Authenticator
Method or attribute name: authenticate(name: string, authType: string, callerBundleName: string, options: {[key: string]: any}, callback: AuthenticatorCallback): void;
Deprecated version: N/A|Class name: Authenticator
Method or attribute name: authenticate(name: string, authType: string, callerBundleName: string, options: {[key: string]: any}, callback: AuthenticatorCallback): void;
Deprecated version: 9
Substitute API: appAccount.Authenticator|@ohos.account.appAccount.d.ts| |Deprecated version changed|Class name: DistributedAccountAbility
Method or attribute name: queryOsAccountDistributedInfo(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: DistributedAccountAbility
Method or attribute name: queryOsAccountDistributedInfo(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: distributedAccount.DistributedAccountAbility|@ohos.account.distributedAccount.d.ts| |Deprecated version changed|Class name: DistributedAccountAbility
Method or attribute name: queryOsAccountDistributedInfo(): Promise\;
Deprecated version: N/A|Class name: DistributedAccountAbility
Method or attribute name: queryOsAccountDistributedInfo(): Promise\;
Deprecated version: 9
Substitute API: distributedAccount.DistributedAccountAbility|@ohos.account.distributedAccount.d.ts| |Deprecated version changed|Class name: DistributedAccountAbility
Method or attribute name: updateOsAccountDistributedInfo(accountInfo: DistributedInfo, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: DistributedAccountAbility
Method or attribute name: updateOsAccountDistributedInfo(accountInfo: DistributedInfo, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: distributedAccount.DistributedAccountAbility|@ohos.account.distributedAccount.d.ts| |Deprecated version changed|Class name: DistributedAccountAbility
Method or attribute name: updateOsAccountDistributedInfo(accountInfo: DistributedInfo): Promise\;
Deprecated version: N/A|Class name: DistributedAccountAbility
Method or attribute name: updateOsAccountDistributedInfo(accountInfo: DistributedInfo): Promise\;
Deprecated version: 9
Substitute API: distributedAccount.DistributedAccountAbility|@ohos.account.distributedAccount.d.ts| |Deprecated version changed|Class name: AccountManager
Method or attribute name: isMultiOsAccountEnable(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: isMultiOsAccountEnable(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| |Deprecated version changed|Class name: AccountManager
Method or attribute name: isMultiOsAccountEnable(): Promise\;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: isMultiOsAccountEnable(): Promise\;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| |Deprecated version changed|Class name: AccountManager
Method or attribute name: isOsAccountActived(localId: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: isOsAccountActived(localId: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| |Deprecated version changed|Class name: AccountManager
Method or attribute name: isOsAccountActived(localId: number): Promise\;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: isOsAccountActived(localId: number): Promise\;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| |Deprecated version changed|Class name: AccountManager
Method or attribute name: isOsAccountConstraintEnable(localId: number, constraint: string, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: isOsAccountConstraintEnable(localId: number, constraint: string, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| |Deprecated version changed|Class name: AccountManager
Method or attribute name: isOsAccountConstraintEnable(localId: number, constraint: string): Promise\;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: isOsAccountConstraintEnable(localId: number, constraint: string): Promise\;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| |Deprecated version changed|Class name: AccountManager
Method or attribute name: isTestOsAccount(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: isTestOsAccount(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| |Deprecated version changed|Class name: AccountManager
Method or attribute name: isTestOsAccount(): Promise\;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: isTestOsAccount(): Promise\;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| |Deprecated version changed|Class name: AccountManager
Method or attribute name: isOsAccountVerified(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: isOsAccountVerified(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| |Deprecated version changed|Class name: AccountManager
Method or attribute name: isOsAccountVerified(localId: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: isOsAccountVerified(localId: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| |Deprecated version changed|Class name: AccountManager
Method or attribute name: isOsAccountVerified(localId?: number): Promise\;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: isOsAccountVerified(localId?: number): Promise\;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| |Deprecated version changed|Class name: AccountManager
Method or attribute name: getCreatedOsAccountsCount(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: getCreatedOsAccountsCount(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| |Deprecated version changed|Class name: AccountManager
Method or attribute name: getCreatedOsAccountsCount(): Promise\;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: getCreatedOsAccountsCount(): Promise\;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| |Deprecated version changed|Class name: AccountManager
Method or attribute name: getOsAccountLocalIdFromProcess(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: getOsAccountLocalIdFromProcess(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| |Deprecated version changed|Class name: AccountManager
Method or attribute name: getOsAccountLocalIdFromProcess(): Promise\;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: getOsAccountLocalIdFromProcess(): Promise\;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| |Deprecated version changed|Class name: AccountManager
Method or attribute name: getOsAccountLocalIdFromUid(uid: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: getOsAccountLocalIdFromUid(uid: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| |Deprecated version changed|Class name: AccountManager
Method or attribute name: getOsAccountLocalIdFromUid(uid: number): Promise\;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: getOsAccountLocalIdFromUid(uid: number): Promise\;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| |Deprecated version changed|Class name: AccountManager
Method or attribute name: getOsAccountLocalIdFromDomain(domainInfo: DomainAccountInfo, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: getOsAccountLocalIdFromDomain(domainInfo: DomainAccountInfo, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| |Deprecated version changed|Class name: AccountManager
Method or attribute name: getOsAccountLocalIdFromDomain(domainInfo: DomainAccountInfo): Promise\;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: getOsAccountLocalIdFromDomain(domainInfo: DomainAccountInfo): Promise\;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| |Deprecated version changed|Class name: AccountManager
Method or attribute name: getOsAccountAllConstraints(localId: number, callback: AsyncCallback\>): void;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: getOsAccountAllConstraints(localId: number, callback: AsyncCallback\>): void;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| |Deprecated version changed|Class name: AccountManager
Method or attribute name: getOsAccountAllConstraints(localId: number): Promise\>;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: getOsAccountAllConstraints(localId: number): Promise\>;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| |Deprecated version changed|Class name: AccountManager
Method or attribute name: queryActivatedOsAccountIds(callback: AsyncCallback\>): void;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: queryActivatedOsAccountIds(callback: AsyncCallback\>): void;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| |Deprecated version changed|Class name: AccountManager
Method or attribute name: queryActivatedOsAccountIds(): Promise\>;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: queryActivatedOsAccountIds(): Promise\>;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| |Deprecated version changed|Class name: AccountManager
Method or attribute name: queryCurrentOsAccount(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: queryCurrentOsAccount(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| |Deprecated version changed|Class name: AccountManager
Method or attribute name: queryCurrentOsAccount(): Promise\;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: queryCurrentOsAccount(): Promise\;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| |Deprecated version changed|Class name: AccountManager
Method or attribute name: getOsAccountTypeFromProcess(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: getOsAccountTypeFromProcess(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| |Deprecated version changed|Class name: AccountManager
Method or attribute name: getOsAccountTypeFromProcess(): Promise\;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: getOsAccountTypeFromProcess(): Promise\;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| |Deprecated version changed|Class name: AccountManager
Method or attribute name: getDistributedVirtualDeviceId(callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: getDistributedVirtualDeviceId(callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| |Deprecated version changed|Class name: AccountManager
Method or attribute name: getDistributedVirtualDeviceId(): Promise\;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: getDistributedVirtualDeviceId(): Promise\;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| |Deprecated version changed|Class name: AccountManager
Method or attribute name: getOsAccountLocalIdBySerialNumber(serialNumber: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: getOsAccountLocalIdBySerialNumber(serialNumber: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| |Deprecated version changed|Class name: AccountManager
Method or attribute name: getOsAccountLocalIdBySerialNumber(serialNumber: number): Promise\;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: getOsAccountLocalIdBySerialNumber(serialNumber: number): Promise\;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| |Deprecated version changed|Class name: AccountManager
Method or attribute name: getSerialNumberByOsAccountLocalId(localId: number, callback: AsyncCallback\): void;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: getSerialNumberByOsAccountLocalId(localId: number, callback: AsyncCallback\): void;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| |Deprecated version changed|Class name: AccountManager
Method or attribute name: getSerialNumberByOsAccountLocalId(localId: number): Promise\;
Deprecated version: N/A|Class name: AccountManager
Method or attribute name: getSerialNumberByOsAccountLocalId(localId: number): Promise\;
Deprecated version: 9
Substitute API: osAccount.AccountManager|@ohos.account.osAccount.d.ts| |Initial version changed|Class name: OAuthTokenInfo
Method or attribute name: authType: string;
Initial version: N/A|Class name: OAuthTokenInfo
Method or attribute name: authType: string;
Initial version: 8|@ohos.account.appAccount.d.ts| |Initial version changed|Class name: OAuthTokenInfo
Method or attribute name: token: string;
Initial version: N/A|Class name: OAuthTokenInfo
Method or attribute name: token: string;
Initial version: 8|@ohos.account.appAccount.d.ts| |Initial version changed|Class name: Constants
Method or attribute name: ACTION_ADD_ACCOUNT_IMPLICITLY = "addAccountImplicitly"
Initial version: N/A|Class name: Constants
Method or attribute name: ACTION_ADD_ACCOUNT_IMPLICITLY = "addAccountImplicitly"
Initial version: 8|@ohos.account.appAccount.d.ts| |Initial version changed|Class name: Constants
Method or attribute name: ACTION_AUTHENTICATE = "authenticate"
Initial version: N/A|Class name: Constants
Method or attribute name: ACTION_AUTHENTICATE = "authenticate"
Initial version: 8|@ohos.account.appAccount.d.ts| |Initial version changed|Class name: Constants
Method or attribute name: KEY_NAME = "name"
Initial version: N/A|Class name: Constants
Method or attribute name: KEY_NAME = "name"
Initial version: 8|@ohos.account.appAccount.d.ts| |Initial version changed|Class name: Constants
Method or attribute name: KEY_OWNER = "owner"
Initial version: N/A|Class name: Constants
Method or attribute name: KEY_OWNER = "owner"
Initial version: 8|@ohos.account.appAccount.d.ts| |Initial version changed|Class name: Constants
Method or attribute name: KEY_TOKEN = "token"
Initial version: N/A|Class name: Constants
Method or attribute name: KEY_TOKEN = "token"
Initial version: 8|@ohos.account.appAccount.d.ts| |Initial version changed|Class name: Constants
Method or attribute name: KEY_ACTION = "action"
Initial version: N/A|Class name: Constants
Method or attribute name: KEY_ACTION = "action"
Initial version: 8|@ohos.account.appAccount.d.ts| |Initial version changed|Class name: Constants
Method or attribute name: KEY_AUTH_TYPE = "authType"
Initial version: N/A|Class name: Constants
Method or attribute name: KEY_AUTH_TYPE = "authType"
Initial version: 8|@ohos.account.appAccount.d.ts| |Initial version changed|Class name: Constants
Method or attribute name: KEY_SESSION_ID = "sessionId"
Initial version: N/A|Class name: Constants
Method or attribute name: KEY_SESSION_ID = "sessionId"
Initial version: 8|@ohos.account.appAccount.d.ts| |Initial version changed|Class name: Constants
Method or attribute name: KEY_CALLER_PID = "callerPid"
Initial version: N/A|Class name: Constants
Method or attribute name: KEY_CALLER_PID = "callerPid"
Initial version: 8|@ohos.account.appAccount.d.ts| |Initial version changed|Class name: Constants
Method or attribute name: KEY_CALLER_UID = "callerUid"
Initial version: N/A|Class name: Constants
Method or attribute name: KEY_CALLER_UID = "callerUid"
Initial version: 8|@ohos.account.appAccount.d.ts| |Initial version changed|Class name: Constants
Method or attribute name: KEY_CALLER_BUNDLE_NAME = "callerBundleName"
Initial version: N/A|Class name: Constants
Method or attribute name: KEY_CALLER_BUNDLE_NAME = "callerBundleName"
Initial version: 8|@ohos.account.appAccount.d.ts| |Initial version changed|Class name: DistributedInfo
Method or attribute name: name: string;
Initial version: N/A|Class name: DistributedInfo
Method or attribute name: name: string;
Initial version: 7|@ohos.account.distributedAccount.d.ts| |Initial version changed|Class name: DistributedInfo
Method or attribute name: id: string;
Initial version: N/A|Class name: DistributedInfo
Method or attribute name: id: string;
Initial version: 7|@ohos.account.distributedAccount.d.ts| |Initial version changed|Class name: DistributedInfo
Method or attribute name: event: string;
Initial version: N/A|Class name: DistributedInfo
Method or attribute name: event: string;
Initial version: 7|@ohos.account.distributedAccount.d.ts| |Initial version changed|Class name: PINAuth
Method or attribute name: unregisterInputer(): void;
Initial version: N/A|Class name: PINAuth
Method or attribute name: unregisterInputer(): void;
Initial version: 8|@ohos.account.osAccount.d.ts| |Permission changed|Class name: UserIdentityManager
Method or attribute name: getAuthInfo(authType?: AuthType): Promise\>;
Permission: ohos.permission.ACCESS_USER_IDM|Class name: UserIdentityManager
Method or attribute name: getAuthInfo(authType?: AuthType): Promise\>;
Permission: ohos.permission.USE_USER_IDM|@ohos.account.osAccount.d.ts| |Error code added|NA|Class name: AccountManager
Method or attribute name: activateOsAccount(localId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 12300001, 12300002, 12300003, 12300008, 12300009|@ohos.account.osAccount.d.ts| |Error code added|NA|Class name: AccountManager
Method or attribute name: activateOsAccount(localId: number): Promise\;
Error code: 201, 401, 12300001, 12300002, 12300003, 12300008, 12300009|@ohos.account.osAccount.d.ts| |Error code added|NA|Class name: AccountManager
Method or attribute name: removeOsAccount(localId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 12300001, 12300002, 12300003, 12300008|@ohos.account.osAccount.d.ts| |Error code added|NA|Class name: AccountManager
Method or attribute name: removeOsAccount(localId: number): Promise\;
Error code: 201, 401, 12300001, 12300002, 12300003, 12300008|@ohos.account.osAccount.d.ts| |Error code added|NA|Class name: AccountManager
Method or attribute name: setOsAccountConstraints(localId: number, constraints: Array\, enable: boolean,
callback: AsyncCallback\): void;
Error code: 201, 401, 12300001, 12300002, 12300003, 12300008|@ohos.account.osAccount.d.ts| |Error code added|NA|Class name: AccountManager
Method or attribute name: setOsAccountConstraints(localId: number, constraints: Array\, enable: boolean): Promise\;
Error code: 201, 401, 12300001, 12300002, 12300003, 12300008|@ohos.account.osAccount.d.ts| |Error code added|NA|Class name: AccountManager
Method or attribute name: setOsAccountName(localId: number, localName: string, callback: AsyncCallback\): void;
Error code: 201, 401, 12300001, 12300002, 12300003, 12300008|@ohos.account.osAccount.d.ts| |Error code added|NA|Class name: AccountManager
Method or attribute name: setOsAccountName(localId: number, localName: string): Promise\;
Error code: 201, 401, 12300001, 12300002, 12300003, 12300008|@ohos.account.osAccount.d.ts| |Error code added|NA|Class name: AccountManager
Method or attribute name: queryMaxOsAccountNumber(callback: AsyncCallback\): void;
Error code: 401, 12300001|@ohos.account.osAccount.d.ts| |Error code added|NA|Class name: AccountManager
Method or attribute name: queryMaxOsAccountNumber(): Promise\;
Error code: 401, 12300001|@ohos.account.osAccount.d.ts| |Error code added|NA|Class name: AccountManager
Method or attribute name: queryAllCreatedOsAccounts(callback: AsyncCallback\>): void;
Error code: 201, 401, 12300001|@ohos.account.osAccount.d.ts| |Error code added|NA|Class name: AccountManager
Method or attribute name: queryAllCreatedOsAccounts(): Promise\>;
Error code: 201, 401, 12300001|@ohos.account.osAccount.d.ts| |Error code added|NA|Class name: AccountManager
Method or attribute name: createOsAccount(localName: string, type: OsAccountType, callback: AsyncCallback\): void;
Error code: 201, 401, 12300001, 12300002, 12300005, 12300006, 12300007|@ohos.account.osAccount.d.ts| |Error code added|NA|Class name: AccountManager
Method or attribute name: createOsAccount(localName: string, type: OsAccountType): Promise\;
Error code: 201, 401, 12300001, 12300002, 12300005, 12300006, 12300007|@ohos.account.osAccount.d.ts| |Error code added|NA|Class name: AccountManager
Method or attribute name: createOsAccountForDomain(type: OsAccountType, domainInfo: DomainAccountInfo, callback: AsyncCallback\): void;
Error code: 201, 401, 12300001, 12300002, 12300005, 12300006, 12300007|@ohos.account.osAccount.d.ts| |Error code added|NA|Class name: AccountManager
Method or attribute name: createOsAccountForDomain(type: OsAccountType, domainInfo: DomainAccountInfo): Promise\;
Error code: 201, 401, 12300001, 12300002, 12300005, 12300006, 12300007|@ohos.account.osAccount.d.ts| |Error code added|NA|Class name: AccountManager
Method or attribute name: queryOsAccountById(localId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 12300001, 12300002, 12300003|@ohos.account.osAccount.d.ts| |Error code added|NA|Class name: AccountManager
Method or attribute name: queryOsAccountById(localId: number): Promise\;
Error code: 201, 401, 12300001, 12300002, 12300003|@ohos.account.osAccount.d.ts| |Error code added|NA|Class name: AccountManager
Method or attribute name: getOsAccountProfilePhoto(localId: number, callback: AsyncCallback\): void;
Error code: 201, 401, 12300001, 12300002, 12300003|@ohos.account.osAccount.d.ts| |Error code added|NA|Class name: AccountManager
Method or attribute name: getOsAccountProfilePhoto(localId: number): Promise\;
Error code: 201, 401, 12300001, 12300002, 12300003|@ohos.account.osAccount.d.ts| |Error code added|NA|Class name: AccountManager
Method or attribute name: setOsAccountProfilePhoto(localId: number, photo: string, callback: AsyncCallback\): void;
Error code: 201, 401, 12300001, 12300002, 12300003, 12300008|@ohos.account.osAccount.d.ts| |Error code added|NA|Class name: AccountManager
Method or attribute name: setOsAccountProfilePhoto(localId: number, photo: string): Promise\;
Error code: 201, 401, 12300001, 12300002, 12300003, 12300008|@ohos.account.osAccount.d.ts| |Error code added|NA|Class name: AccountManager
Method or attribute name: on(type: 'activate' \| 'activating', name: string, callback: Callback\): void;
Error code: 201, 401, 12300001, 12300002, 12300011|@ohos.account.osAccount.d.ts| |Error code added|NA|Class name: AccountManager
Method or attribute name: on(type: 'activate' \| 'activating', name: string, callback: Callback\): void;
Error code: 201, 401, 12300001, 12300002, 12300011|@ohos.account.osAccount.d.ts| |Error code added|NA|Class name: AccountManager
Method or attribute name: off(type: 'activate' \| 'activating', name: string, callback?: Callback\): void;
Error code: 201, 401, 12300001, 12300002, 12300012|@ohos.account.osAccount.d.ts| |Error code added|NA|Class name: AccountManager
Method or attribute name: off(type: 'activate' \| 'activating', name: string, callback?: Callback\): void;
Error code: 201, 401, 12300001, 12300002, 12300012|@ohos.account.osAccount.d.ts| |Error code added|NA|Class name: UserAuth
Method or attribute name: getAvailableStatus(authType: AuthType, authTrustLevel: AuthTrustLevel): number;
Error code: 201, 401, 12300001, 12300002|@ohos.account.osAccount.d.ts| |Error code added|NA|Class name: UserAuth
Method or attribute name: getProperty(request: GetPropertyRequest, callback: AsyncCallback\): void;
Error code: 201, 401, 12300001, 12300002|@ohos.account.osAccount.d.ts| |Error code added|NA|Class name: UserAuth
Method or attribute name: getProperty(request: GetPropertyRequest): Promise\;
Error code: 201, 401, 12300001, 12300002|@ohos.account.osAccount.d.ts| |Error code added|NA|Class name: UserAuth
Method or attribute name: auth(challenge: Uint8Array, authType: AuthType, authTrustLevel: AuthTrustLevel, callback: IUserAuthCallback): Uint8Array;
Error code: 201, 401, 12300001, 12300002, 12300101, 12300105, 12300106, 12300110, 12300111, 12300112|@ohos.account.osAccount.d.ts| |Error code added|NA|Class name: UserAuth
Method or attribute name: authUser(userId: number, challenge: Uint8Array, authType: AuthType, authTrustLevel: AuthTrustLevel, callback: IUserAuthCallback): Uint8Array;
Error code: 201, 401, 12300001, 12300002, 12300101, 12300105, 12300106, 12300110, 12300111, 12300112|@ohos.account.osAccount.d.ts| |Error code added|NA|Class name: PINAuth
Method or attribute name: unregisterInputer(): void;
Error code: 201|@ohos.account.osAccount.d.ts| |Error code added|NA|Class name: UserIdentityManager
Method or attribute name: openSession(callback: AsyncCallback\): void;
Error code: 201, 401, 12300001|@ohos.account.osAccount.d.ts| |Error code added|NA|Class name: UserIdentityManager
Method or attribute name: openSession(): Promise\;
Error code: 201, 401, 12300001|@ohos.account.osAccount.d.ts| |Error code added|NA|Class name: UserIdentityManager
Method or attribute name: addCredential(credentialInfo: CredentialInfo, callback: IIdmCallback): void;
Error code: 201, 401, 12300001, 12300002, 12300101, 12300106|@ohos.account.osAccount.d.ts| |Error code added|NA|Class name: UserIdentityManager
Method or attribute name: updateCredential(credentialInfo: CredentialInfo, callback: IIdmCallback): void;
Error code: 201, 401, 12300001, 12300002, 12300101, 12300106|@ohos.account.osAccount.d.ts| |Error code added|NA|Class name: UserIdentityManager
Method or attribute name: closeSession(): void;
Error code: 201|@ohos.account.osAccount.d.ts| |Error code added|NA|Class name: UserIdentityManager
Method or attribute name: delUser(token: Uint8Array, callback: IIdmCallback): void;
Error code: 201, 401, 12300001, 12300101|@ohos.account.osAccount.d.ts| |Error code added|NA|Class name: UserIdentityManager
Method or attribute name: delCred(credentialId: Uint8Array, token: Uint8Array, callback: IIdmCallback): void;
Error code: 201, 401, 12300001, 12300002, 12300101, 12300102|@ohos.account.osAccount.d.ts| |Error code added|NA|Class name: UserIdentityManager
Method or attribute name: getAuthInfo(authType?: AuthType): Promise\>;
Error code: 201, 401, 12300001, 12300002, 12300102|@ohos.account.osAccount.d.ts| |Permission added|Class name: AccountManager
Method or attribute name: isOsAccountVerified(callback: AsyncCallback\): void;
Permission: N/A|Class name: AccountManager
Method or attribute name: isOsAccountVerified(callback: AsyncCallback\): void;
Permission: ohos.permission.MANAGE_LOCAL_ACCOUNTS or ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS|@ohos.account.osAccount.d.ts| |Function changed|Class name: AppAccountManager
Method or attribute name: getAllAccounts(owner: string, callback: AsyncCallback\>): void;
|Class name: AppAccountManager
Method or attribute name: getAllAccounts(callback: AsyncCallback\>): void;
|@ohos.account.appAccount.d.ts| |Function changed|Class name: AppAccountManager
Method or attribute name: getAllAccounts(owner: string): Promise\>;
|Class name: AppAccountManager
Method or attribute name: getAllAccounts(): Promise\>;
|@ohos.account.appAccount.d.ts| |Function changed|Class name: AppAccountManager
Method or attribute name: getAllAccounts(owner: string, callback: AsyncCallback\>): void;
|Class name: AppAccountManager
Method or attribute name: getAllAccounts(owner: string, callback: AsyncCallback\>): void;
|@ohos.account.appAccount.d.ts| |Function changed|Class name: AppAccountManager
Method or attribute name: getAllAccounts(owner: string): Promise\>;
|Class name: AppAccountManager
Method or attribute name: getAllAccounts(owner: string): Promise\>;
|@ohos.account.appAccount.d.ts| |Function changed|Class name: UserAuth
Method or attribute name: setProperty(request: SetPropertyRequest, callback: AsyncCallback\): void;
|Class name: UserAuth
Method or attribute name: setProperty(request: SetPropertyRequest, callback: AsyncCallback\): void;
|@ohos.account.osAccount.d.ts| |Function changed|Class name: UserAuth
Method or attribute name: setProperty(request: SetPropertyRequest): Promise\;
|Class name: UserAuth
Method or attribute name: setProperty(request: SetPropertyRequest): Promise\;
|@ohos.account.osAccount.d.ts| |Function changed|Class name: UserAuth
Method or attribute name: cancelAuth(contextID: Uint8Array): number;
|Class name: UserAuth
Method or attribute name: cancelAuth(contextID: Uint8Array): void;
|@ohos.account.osAccount.d.ts| |Function changed|Class name: PINAuth
Method or attribute name: registerInputer(inputer: IInputer): boolean;
|Class name: PINAuth
Method or attribute name: registerInputer(inputer: IInputer): void;
|@ohos.account.osAccount.d.ts| |Function changed|Class name: UserIdentityManager
Method or attribute name: cancel(challenge: Uint8Array): number;
|Class name: UserIdentityManager
Method or attribute name: cancel(challenge: Uint8Array): void;
|@ohos.account.osAccount.d.ts| |Function changed|Class name: IInputData
Method or attribute name: onSetData: (pinSubType: AuthSubType, data: Uint8Array) => void;
|Class name: IInputData
Method or attribute name: onSetData: (authSubType: AuthSubType, data: Uint8Array) => void;
|@ohos.account.osAccount.d.ts| |Function changed|Class name: IInputer
Method or attribute name: onGetData: (callback: IInputData) => void;
|Class name: IInputer
Method or attribute name: onGetData: (authSubType: AuthSubType, callback: IInputData) => void;
|@ohos.account.osAccount.d.ts|