| 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;