• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1| Change Type | Old Version | New Version | d.ts File |
2| ---- | ------ | ------ | -------- |
3|Deleted|Class name: UserIdentityManager;<br>Method or attribute name: getAuthInfo(callback: AsyncCallback\<Array\<EnrolledCredInfo>>, authType?: AuthType): void;|NA|@ohos.account.osAccount.d.ts|
4|Added|NA|Class name: AuthTokenInfo;<br>Method or attribute name: authType: string;|@ohos.account.appAccount.d.ts|
5|Added|NA|Class name: AuthTokenInfo;<br>Method or attribute name: token: string;|@ohos.account.appAccount.d.ts|
6|Added|NA|Class name: AuthCallback;<br>Method or attribute name: onRequestRedirected: (request: Want) => void;|@ohos.account.appAccount.d.ts|
7|Added|NA|Class name: AppAccountManager;<br>Method or attribute name: createAccount(name: string, callback: AsyncCallback\<void>): void;|@ohos.account.appAccount.d.ts|
8|Added|NA|Class name: AppAccountManager;<br>Method or attribute name: createAccount(name: string, options: CreateAccountOptions, callback: AsyncCallback\<void>): void;|@ohos.account.appAccount.d.ts|
9|Added|NA|Class name: AppAccountManager;<br>Method or attribute name: createAccount(name: string, options?: CreateAccountOptions): Promise\<void>;|@ohos.account.appAccount.d.ts|
10|Added|NA|Class name: AppAccountManager;<br>Method or attribute name: createAccountImplicitly(owner: string, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts|
11|Added|NA|Class name: AppAccountManager;<br>Method or attribute name: createAccountImplicitly(owner: string, options: CreateAccountImplicitlyOptions, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts|
12|Added|NA|Class name: AppAccountManager;<br>Method or attribute name: removeAccount(name: string, callback: AsyncCallback\<void>): void;|@ohos.account.appAccount.d.ts|
13|Added|NA|Class name: AppAccountManager;<br>Method or attribute name: removeAccount(name: string): Promise\<void>;|@ohos.account.appAccount.d.ts|
14|Added|NA|Class name: AppAccountManager;<br>Method or attribute name: setAppAccess(name: string, bundleName: string, isAccessible: boolean, callback: AsyncCallback\<void>): void;|@ohos.account.appAccount.d.ts|
15|Added|NA|Class name: AppAccountManager;<br>Method or attribute name: setAppAccess(name: string, bundleName: string, isAccessible: boolean): Promise\<void>;|@ohos.account.appAccount.d.ts|
16|Added|NA|Class name: AppAccountManager;<br>Method or attribute name: checkAppAccess(name: string, bundleName: string, callback: AsyncCallback\<boolean>): void;|@ohos.account.appAccount.d.ts|
17|Added|NA|Class name: AppAccountManager;<br>Method or attribute name: checkAppAccess(name: string, bundleName: string): Promise\<boolean>;|@ohos.account.appAccount.d.ts|
18|Added|NA|Class name: AppAccountManager;<br>Method or attribute name: checkDataSyncEnabled(name: string, callback: AsyncCallback\<boolean>): void;|@ohos.account.appAccount.d.ts|
19|Added|NA|Class name: AppAccountManager;<br>Method or attribute name: checkDataSyncEnabled(name: string): Promise\<boolean>;|@ohos.account.appAccount.d.ts|
20|Added|NA|Class name: AppAccountManager;<br>Method or attribute name: setCredential(name: string, credentialType: string, credential: string,<br>                             callback: AsyncCallback\<void>): void;|@ohos.account.appAccount.d.ts|
21|Added|NA|Class name: AppAccountManager;<br>Method or attribute name: setCredential(name: string, credentialType: string, credential: string): Promise\<void>;|@ohos.account.appAccount.d.ts|
22|Added|NA|Class name: AppAccountManager;<br>Method or attribute name: setDataSyncEnabled(name: string, isEnabled: boolean, callback: AsyncCallback\<void>): void;|@ohos.account.appAccount.d.ts|
23|Added|NA|Class name: AppAccountManager;<br>Method or attribute name: setDataSyncEnabled(name: string, isEnabled: boolean): Promise\<void>;|@ohos.account.appAccount.d.ts|
24|Added|NA|Class name: AppAccountManager;<br>Method or attribute name: setCustomData(name: string, key: string, value: string, callback: AsyncCallback\<void>): void;|@ohos.account.appAccount.d.ts|
25|Added|NA|Class name: AppAccountManager;<br>Method or attribute name: setCustomData(name: string, key: string, value: string): Promise\<void>;|@ohos.account.appAccount.d.ts|
26|Added|NA|Class name: AppAccountManager;<br>Method or attribute name: getAllAccounts(callback: AsyncCallback\<Array\<AppAccountInfo>>): void;|@ohos.account.appAccount.d.ts|
27|Added|NA|Class name: AppAccountManager;<br>Method or attribute name: getAllAccounts(): Promise\<Array\<AppAccountInfo>>;|@ohos.account.appAccount.d.ts|
28|Added|NA|Class name: AppAccountManager;<br>Method or attribute name: getAccountsByOwner(owner: string, callback: AsyncCallback\<Array\<AppAccountInfo>>): void;|@ohos.account.appAccount.d.ts|
29|Added|NA|Class name: AppAccountManager;<br>Method or attribute name: getAccountsByOwner(owner: string): Promise\<Array\<AppAccountInfo>>;|@ohos.account.appAccount.d.ts|
30|Added|NA|Class name: AppAccountManager;<br>Method or attribute name: getCredential(name: string, credentialType: string, callback: AsyncCallback\<string>): void;|@ohos.account.appAccount.d.ts|
31|Added|NA|Class name: AppAccountManager;<br>Method or attribute name: getCredential(name: string, credentialType: string): Promise\<string>;|@ohos.account.appAccount.d.ts|
32|Added|NA|Class name: AppAccountManager;<br>Method or attribute name: getCustomData(name: string, key: string, callback: AsyncCallback\<string>): void;|@ohos.account.appAccount.d.ts|
33|Added|NA|Class name: AppAccountManager;<br>Method or attribute name: getCustomData(name: string, key: string): Promise\<string>;|@ohos.account.appAccount.d.ts|
34|Added|NA|Class name: AppAccountManager;<br>Method or attribute name: getCustomDataSync(name: string, key: string): string;|@ohos.account.appAccount.d.ts|
35|Added|NA|Class name: AppAccountManager;<br>Method or attribute name: on(type: 'accountChange', owners: Array\<string>, callback: Callback\<Array\<AppAccountInfo>>): void;|@ohos.account.appAccount.d.ts|
36|Added|NA|Class name: AppAccountManager;<br>Method or attribute name: off(type: 'accountChange', callback?: Callback\<Array\<AppAccountInfo>>): void;|@ohos.account.appAccount.d.ts|
37|Added|NA|Class name: AppAccountManager;<br>Method or attribute name: auth(name: string, owner: string, authType: string, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts|
38|Added|NA|Class name: AppAccountManager;<br>Method or attribute name: auth(name: string, owner: string, authType: string, options: {[key:string]: Object}, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts|
39|Added|NA|Class name: AppAccountManager;<br>Method or attribute name: getAuthToken(name: string, owner: string, authType: string, callback: AsyncCallback\<string>): void;|@ohos.account.appAccount.d.ts|
40|Added|NA|Class name: AppAccountManager;<br>Method or attribute name: getAuthToken(name: string, owner: string, authType: string): Promise\<string>;|@ohos.account.appAccount.d.ts|
41|Added|NA|Class name: AppAccountManager;<br>Method or attribute name: setAuthToken(name: string, authType: string, token: string, callback: AsyncCallback\<void>): void;|@ohos.account.appAccount.d.ts|
42|Added|NA|Class name: AppAccountManager;<br>Method or attribute name: setAuthToken(name: string, authType: string, token: string): Promise\<void>;|@ohos.account.appAccount.d.ts|
43|Added|NA|Class name: AppAccountManager;<br>Method or attribute name: deleteAuthToken(name: string, owner: string, authType: string, token: string, callback: AsyncCallback\<void>): void;|@ohos.account.appAccount.d.ts|
44|Added|NA|Class name: AppAccountManager;<br>Method or attribute name: deleteAuthToken(name: string, owner: string, authType: string, token: string): Promise\<void>;|@ohos.account.appAccount.d.ts|
45|Added|NA|Class name: AppAccountManager;<br>Method or attribute name: setAuthTokenVisibility(name: string, authType: string, bundleName: string, isVisible: boolean, callback: AsyncCallback\<void>): void;|@ohos.account.appAccount.d.ts|
46|Added|NA|Class name: AppAccountManager;<br>Method or attribute name: setAuthTokenVisibility(name: string, authType: string, bundleName: string, isVisible: boolean): Promise\<void>;|@ohos.account.appAccount.d.ts|
47|Added|NA|Class name: AppAccountManager;<br>Method or attribute name: checkAuthTokenVisibility(name: string, authType: string, bundleName: string, callback: AsyncCallback\<boolean>): void;|@ohos.account.appAccount.d.ts|
48|Added|NA|Class name: AppAccountManager;<br>Method or attribute name: checkAuthTokenVisibility(name: string, authType: string, bundleName: string): Promise\<boolean>;|@ohos.account.appAccount.d.ts|
49|Added|NA|Class name: AppAccountManager;<br>Method or attribute name: getAllAuthTokens(name: string, owner: string, callback: AsyncCallback\<Array\<AuthTokenInfo>>): void;|@ohos.account.appAccount.d.ts|
50|Added|NA|Class name: AppAccountManager;<br>Method or attribute name: getAllAuthTokens(name: string, owner: string): Promise\<Array\<AuthTokenInfo>>;|@ohos.account.appAccount.d.ts|
51|Added|NA|Class name: AppAccountManager;<br>Method or attribute name: getAuthList(name: string, authType: string, callback: AsyncCallback\<Array\<string>>): void;|@ohos.account.appAccount.d.ts|
52|Added|NA|Class name: AppAccountManager;<br>Method or attribute name: getAuthList(name: string, authType: string): Promise\<Array\<string>>;|@ohos.account.appAccount.d.ts|
53|Added|NA|Class name: AppAccountManager;<br>Method or attribute name: getAuthCallback(sessionId: string, callback: AsyncCallback\<AuthCallback>): void;|@ohos.account.appAccount.d.ts|
54|Added|NA|Class name: AppAccountManager;<br>Method or attribute name: getAuthCallback(sessionId: string): Promise\<AuthCallback>;|@ohos.account.appAccount.d.ts|
55|Added|NA|Class name: AppAccountManager;<br>Method or attribute name: queryAuthenticatorInfo(owner: string, callback: AsyncCallback\<AuthenticatorInfo>): void;|@ohos.account.appAccount.d.ts|
56|Added|NA|Class name: AppAccountManager;<br>Method or attribute name: queryAuthenticatorInfo(owner: string): Promise\<AuthenticatorInfo>;|@ohos.account.appAccount.d.ts|
57|Added|NA|Class name: AppAccountManager;<br>Method or attribute name: checkAccountLabels(name: string, owner: string, labels: Array\<string>, callback: AsyncCallback\<boolean>): void;|@ohos.account.appAccount.d.ts|
58|Added|NA|Class name: AppAccountManager;<br>Method or attribute name: checkAccountLabels(name: string, owner: string, labels: Array\<string>): Promise\<boolean>;|@ohos.account.appAccount.d.ts|
59|Added|NA|Class name: AppAccountManager;<br>Method or attribute name: deleteCredential(name: string, credentialType: string, callback: AsyncCallback\<void>): void;|@ohos.account.appAccount.d.ts|
60|Added|NA|Class name: AppAccountManager;<br>Method or attribute name: deleteCredential(name: string, credentialType: string): Promise\<void>;|@ohos.account.appAccount.d.ts|
61|Added|NA|Class name: AppAccountManager;<br>Method or attribute name: selectAccountsByOptions(options: SelectAccountsOptions, callback: AsyncCallback\<Array\<AppAccountInfo>>): void;|@ohos.account.appAccount.d.ts|
62|Added|NA|Class name: AppAccountManager;<br>Method or attribute name: selectAccountsByOptions(options: SelectAccountsOptions): Promise\<Array\<AppAccountInfo>>;|@ohos.account.appAccount.d.ts|
63|Added|NA|Class name: AppAccountManager;<br>Method or attribute name: verifyCredential(name: string, owner: string, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts|
64|Added|NA|Class name: AppAccountManager;<br>Method or attribute name: verifyCredential(name: string, owner: string, options: VerifyCredentialOptions, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts|
65|Added|NA|Class name: AppAccountManager;<br>Method or attribute name: setAuthenticatorProperties(owner: string, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts|
66|Added|NA|Class name: AppAccountManager;<br>Method or attribute name: setAuthenticatorProperties(owner: string, options: SetPropertiesOptions, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts|
67|Added|NA|Class name: AuthTokenInfo;<br>Method or attribute name: account?: AppAccountInfo;|@ohos.account.appAccount.d.ts|
68|Added|NA|Class name: AuthResult;<br>Method or attribute name: account?: AppAccountInfo;|@ohos.account.appAccount.d.ts|
69|Added|NA|Class name: AuthResult;<br>Method or attribute name: tokenInfo?: AuthTokenInfo;|@ohos.account.appAccount.d.ts|
70|Added|NA|Class name: CreateAccountOptions;<br>Method or attribute name: customData?: {[key: string]: string};|@ohos.account.appAccount.d.ts|
71|Added|NA|Class name: CreateAccountImplicitlyOptions;<br>Method or attribute name: requiredLabels?: Array\<string>;|@ohos.account.appAccount.d.ts|
72|Added|NA|Class name: SelectAccountsOptions;<br>Method or attribute name: requiredLabels?: Array\<string>;|@ohos.account.appAccount.d.ts|
73|Added|NA|Class name: CreateAccountImplicitlyOptions;<br>Method or attribute name: authType?: string;|@ohos.account.appAccount.d.ts|
74|Added|NA|Class name: CreateAccountImplicitlyOptions;<br>Method or attribute name: parameters?: {[key:string]: Object};|@ohos.account.appAccount.d.ts|
75|Added|NA|Class name: VerifyCredentialOptions;<br>Method or attribute name: parameters?: {[key:string]: Object};|@ohos.account.appAccount.d.ts|
76|Added|NA|Class name: SetPropertiesOptions;<br>Method or attribute name: parameters?: {[key: string]: Object};|@ohos.account.appAccount.d.ts|
77|Added|NA|Class name: SelectAccountsOptions;<br>Method or attribute name: allowedAccounts?: Array\<AppAccountInfo>;|@ohos.account.appAccount.d.ts|
78|Added|NA|Class name: SelectAccountsOptions;<br>Method or attribute name: allowedOwners?: Array\<string>;|@ohos.account.appAccount.d.ts|
79|Added|NA|Class name: VerifyCredentialOptions;<br>Method or attribute name: credentialType?: string;|@ohos.account.appAccount.d.ts|
80|Added|NA|Class name: VerifyCredentialOptions;<br>Method or attribute name: credential?: string;|@ohos.account.appAccount.d.ts|
81|Added|NA|Class name: SetPropertiesOptions;<br>Method or attribute name: properties?: {[key: string]: Object};|@ohos.account.appAccount.d.ts|
82|Added|NA|Class name: Constants;<br>Method or attribute name: ACTION_CREATE_ACCOUNT_IMPLICITLY = "createAccountImplicitly"|@ohos.account.appAccount.d.ts|
83|Added|NA|Class name: Constants;<br>Method or attribute name: ACTION_AUTH = "auth"|@ohos.account.appAccount.d.ts|
84|Added|NA|Class name: Constants;<br>Method or attribute name: ACTION_VERIFY_CREDENTIAL = "verifyCredential"|@ohos.account.appAccount.d.ts|
85|Added|NA|Class name: Constants;<br>Method or attribute name: ACTION_SET_AUTHENTICATOR_PROPERTIES = "setAuthenticatorProperties"|@ohos.account.appAccount.d.ts|
86|Added|NA|Class name: Constants;<br>Method or attribute name: KEY_REQUIRED_LABELS = "requiredLabels"|@ohos.account.appAccount.d.ts|
87|Added|NA|Class name: Constants;<br>Method or attribute name: KEY_BOOLEAN_RESULT = "booleanResult"|@ohos.account.appAccount.d.ts|
88|Added|NA|Class name: AuthCallback;<br>Method or attribute name: onResult: (code: number, result?: AuthResult) => void;|@ohos.account.appAccount.d.ts|
89|Added|NA|Class name: AuthCallback;<br>Method or attribute name: onRequestContinued?: () => void;|@ohos.account.appAccount.d.ts|
90|Added|NA|Class name: Authenticator;<br>Method or attribute name: createAccountImplicitly(options: CreateAccountImplicitlyOptions, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts|
91|Added|NA|Class name: Authenticator;<br>Method or attribute name: auth(name: string, authType: string, options: {[key:string]: Object}, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts|
92|Added|NA|Class name: Authenticator;<br>Method or attribute name: verifyCredential(name: string, options: VerifyCredentialOptions, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts|
93|Added|NA|Class name: Authenticator;<br>Method or attribute name: setProperties(options: SetPropertiesOptions, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts|
94|Added|NA|Class name: Authenticator;<br>Method or attribute name: checkAccountLabels(name: string, labels: Array\<string>, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts|
95|Added|NA|Class name: Authenticator;<br>Method or attribute name: checkAccountRemovable(name: string, callback: AuthCallback): void;|@ohos.account.appAccount.d.ts|
96|Added|NA|Class name: Authenticator;<br>Method or attribute name: getRemoteObject(): rpc.RemoteObject;|@ohos.account.appAccount.d.ts|
97|Added|NA|Class name: DistributedAccountAbility;<br>Method or attribute name: getOsAccountDistributedInfo(callback: AsyncCallback\<DistributedInfo>): void;|@ohos.account.distributedAccount.d.ts|
98|Added|NA|Class name: DistributedAccountAbility;<br>Method or attribute name: getOsAccountDistributedInfo(): Promise\<DistributedInfo>;|@ohos.account.distributedAccount.d.ts|
99|Added|NA|Class name: DistributedAccountAbility;<br>Method or attribute name: setOsAccountDistributedInfo(accountInfo: DistributedInfo, callback: AsyncCallback\<void>): void;|@ohos.account.distributedAccount.d.ts|
100|Added|NA|Class name: DistributedAccountAbility;<br>Method or attribute name: setOsAccountDistributedInfo(accountInfo: DistributedInfo): Promise\<void>;|@ohos.account.distributedAccount.d.ts|
101|Added|NA|Class name: DistributedInfo;<br>Method or attribute name: nickname?: string;|@ohos.account.distributedAccount.d.ts|
102|Added|NA|Class name: DistributedInfo;<br>Method or attribute name: avatar?: string;|@ohos.account.distributedAccount.d.ts|
103|Added|NA|Class name: AccountManager;<br>Method or attribute name: checkMultiOsAccountEnabled(callback: AsyncCallback\<boolean>): void;|@ohos.account.osAccount.d.ts|
104|Added|NA|Class name: AccountManager;<br>Method or attribute name: checkMultiOsAccountEnabled(): Promise\<boolean>;|@ohos.account.osAccount.d.ts|
105|Added|NA|Class name: AccountManager;<br>Method or attribute name: checkOsAccountActivated(localId: number, callback: AsyncCallback\<boolean>): void;|@ohos.account.osAccount.d.ts|
106|Added|NA|Class name: AccountManager;<br>Method or attribute name: checkOsAccountActivated(localId: number): Promise\<boolean>;|@ohos.account.osAccount.d.ts|
107|Added|NA|Class name: AccountManager;<br>Method or attribute name: checkOsAccountConstraintEnabled(localId: number, constraint: string, callback: AsyncCallback\<boolean>): void;|@ohos.account.osAccount.d.ts|
108|Added|NA|Class name: AccountManager;<br>Method or attribute name: checkOsAccountConstraintEnabled(localId: number, constraint: string): Promise\<boolean>;|@ohos.account.osAccount.d.ts|
109|Added|NA|Class name: AccountManager;<br>Method or attribute name: checkOsAccountTestable(callback: AsyncCallback\<boolean>): void;|@ohos.account.osAccount.d.ts|
110|Added|NA|Class name: AccountManager;<br>Method or attribute name: checkOsAccountTestable(): Promise\<boolean>;|@ohos.account.osAccount.d.ts|
111|Added|NA|Class name: AccountManager;<br>Method or attribute name: checkOsAccountVerified(callback: AsyncCallback\<boolean>): void;|@ohos.account.osAccount.d.ts|
112|Added|NA|Class name: AccountManager;<br>Method or attribute name: checkOsAccountVerified(): Promise\<boolean>;|@ohos.account.osAccount.d.ts|
113|Added|NA|Class name: AccountManager;<br>Method or attribute name: checkOsAccountVerified(localId: number, callback: AsyncCallback\<boolean>): void;|@ohos.account.osAccount.d.ts|
114|Added|NA|Class name: AccountManager;<br>Method or attribute name: checkOsAccountVerified(localId: number): Promise\<boolean>;|@ohos.account.osAccount.d.ts|
115|Added|NA|Class name: AccountManager;<br>Method or attribute name: getOsAccountCount(callback: AsyncCallback\<number>): void;|@ohos.account.osAccount.d.ts|
116|Added|NA|Class name: AccountManager;<br>Method or attribute name: getOsAccountCount(): Promise\<number>;|@ohos.account.osAccount.d.ts|
117|Added|NA|Class name: AccountManager;<br>Method or attribute name: getOsAccountLocalId(callback: AsyncCallback\<number>): void;|@ohos.account.osAccount.d.ts|
118|Added|NA|Class name: AccountManager;<br>Method or attribute name: getOsAccountLocalId(): Promise\<number>;|@ohos.account.osAccount.d.ts|
119|Added|NA|Class name: AccountManager;<br>Method or attribute name: getOsAccountLocalIdForUid(uid: number, callback: AsyncCallback\<number>): void;|@ohos.account.osAccount.d.ts|
120|Added|NA|Class name: AccountManager;<br>Method or attribute name: getOsAccountLocalIdForUid(uid: number): Promise\<number>;|@ohos.account.osAccount.d.ts|
121|Added|NA|Class name: AccountManager;<br>Method or attribute name: getOsAccountLocalIdForDomain(domainInfo: DomainAccountInfo, callback: AsyncCallback\<number>): void;|@ohos.account.osAccount.d.ts|
122|Added|NA|Class name: AccountManager;<br>Method or attribute name: getOsAccountLocalIdForDomain(domainInfo: DomainAccountInfo): Promise\<number>;|@ohos.account.osAccount.d.ts|
123|Added|NA|Class name: AccountManager;<br>Method or attribute name: getOsAccountConstraints(localId: number, callback: AsyncCallback\<Array\<string>>): void;|@ohos.account.osAccount.d.ts|
124|Added|NA|Class name: AccountManager;<br>Method or attribute name: getOsAccountConstraints(localId: number): Promise\<Array\<string>>;|@ohos.account.osAccount.d.ts|
125|Added|NA|Class name: AccountManager;<br>Method or attribute name: getActivatedOsAccountLocalIds(callback: AsyncCallback\<Array\<number>>): void;|@ohos.account.osAccount.d.ts|
126|Added|NA|Class name: AccountManager;<br>Method or attribute name: getActivatedOsAccountLocalIds(): Promise\<Array\<number>>;|@ohos.account.osAccount.d.ts|
127|Added|NA|Class name: AccountManager;<br>Method or attribute name: getCurrentOsAccount(callback: AsyncCallback\<OsAccountInfo>): void;|@ohos.account.osAccount.d.ts|
128|Added|NA|Class name: AccountManager;<br>Method or attribute name: getCurrentOsAccount(): Promise\<OsAccountInfo>;|@ohos.account.osAccount.d.ts|
129|Added|NA|Class name: AccountManager;<br>Method or attribute name: getOsAccountType(callback: AsyncCallback\<OsAccountType>): void;|@ohos.account.osAccount.d.ts|
130|Added|NA|Class name: AccountManager;<br>Method or attribute name: getOsAccountType(): Promise\<OsAccountType>;|@ohos.account.osAccount.d.ts|
131|Added|NA|Class name: AccountManager;<br>Method or attribute name: queryDistributedVirtualDeviceId(callback: AsyncCallback\<string>): void;|@ohos.account.osAccount.d.ts|
132|Added|NA|Class name: AccountManager;<br>Method or attribute name: queryDistributedVirtualDeviceId(): Promise\<string>;|@ohos.account.osAccount.d.ts|
133|Added|NA|Class name: AccountManager;<br>Method or attribute name: getOsAccountLocalIdForSerialNumber(serialNumber: number, callback: AsyncCallback\<number>): void;|@ohos.account.osAccount.d.ts|
134|Added|NA|Class name: AccountManager;<br>Method or attribute name: getOsAccountLocalIdForSerialNumber(serialNumber: number): Promise\<number>;|@ohos.account.osAccount.d.ts|
135|Added|NA|Class name: AccountManager;<br>Method or attribute name: getSerialNumberForOsAccountLocalId(localId: number, callback: AsyncCallback\<number>): void;|@ohos.account.osAccount.d.ts|
136|Added|NA|Class name: AccountManager;<br>Method or attribute name: getSerialNumberForOsAccountLocalId(localId: number): Promise\<number>;|@ohos.account.osAccount.d.ts|
137|Added|NA|Class name: AccountManager;<br>Method or attribute name: getBundleIdForUid(uid: number, callback: AsyncCallback\<number>): void;|@ohos.account.osAccount.d.ts|
138|Added|NA|Class name: AccountManager;<br>Method or attribute name: getBundleIdForUid(uid: number): Promise\<number>;|@ohos.account.osAccount.d.ts|
139|Added|NA|Class name: AccountManager;<br>Method or attribute name: isMainOsAccount(callback: AsyncCallback\<boolean>): void;|@ohos.account.osAccount.d.ts|
140|Added|NA|Class name: AccountManager;<br>Method or attribute name: isMainOsAccount(): Promise\<boolean>;|@ohos.account.osAccount.d.ts|
141|Added|NA|Class name: AccountManager;<br>Method or attribute name: getOsAccountConstraintSourceTypes(localId: number, constraint: string, callback: AsyncCallback\<Array\<ConstraintSourceTypeInfo>>): void;|@ohos.account.osAccount.d.ts|
142|Added|NA|Class name: AccountManager;<br>Method or attribute name: getOsAccountConstraintSourceTypes(localId: number, constraint: string): Promise\<Array\<ConstraintSourceTypeInfo>>;|@ohos.account.osAccount.d.ts|
143|Added|NA|Class name: InputerManager;<br>Method or attribute name: static registerInputer(authType: AuthType, inputer: IInputer): void;|@ohos.account.osAccount.d.ts|
144|Added|NA|Class name: InputerManager;<br>Method or attribute name: static unregisterInputer(authType: AuthType): void;|@ohos.account.osAccount.d.ts|
145|Added|NA|Class name: DomainPlugin;<br>Method or attribute name: auth(domainAccountInfo: DomainAccountInfo, credential: Uint8Array, callback: IUserAuthCallback): void;|@ohos.account.osAccount.d.ts|
146|Added|NA|Class name: DomainAccountManager;<br>Method or attribute name: static registerPlugin(plugin: DomainPlugin): void;|@ohos.account.osAccount.d.ts|
147|Added|NA|Class name: DomainAccountManager;<br>Method or attribute name: static unregisterPlugin(): void;|@ohos.account.osAccount.d.ts|
148|Added|NA|Class name: UserIdentityManager;<br>Method or attribute name: getAuthInfo(callback: AsyncCallback\<Array\<EnrolledCredInfo>>): void;|@ohos.account.osAccount.d.ts|
149|Added|NA|Class name: UserIdentityManager;<br>Method or attribute name: getAuthInfo(authType: AuthType, callback: AsyncCallback\<Array\<EnrolledCredInfo>>): void;|@ohos.account.osAccount.d.ts|
150|Added|NA|Class name: AuthType;<br>Method or attribute name: DOMAIN = 1024|@ohos.account.osAccount.d.ts|
151|Added|NA|Class name: AuthSubType;<br>Method or attribute name: DOMAIN_MIXED = 10240001|@ohos.account.osAccount.d.ts|
152|Added|NA|Class name: ConstraintSourceType;<br>Method or attribute name: CONSTRAINT_NOT_EXIST = 0|@ohos.account.osAccount.d.ts|
153|Added|NA|Class name: ConstraintSourceType;<br>Method or attribute name: CONSTRAINT_TYPE_BASE = 1|@ohos.account.osAccount.d.ts|
154|Added|NA|Class name: ConstraintSourceType;<br>Method or attribute name: CONSTRAINT_TYPE_DEVICE_OWNER = 2|@ohos.account.osAccount.d.ts|
155|Added|NA|Class name: ConstraintSourceType;<br>Method or attribute name: CONSTRAINT_TYPE_PROFILE_OWNER = 3|@ohos.account.osAccount.d.ts|
156|Added|NA|Class name: ConstraintSourceTypeInfo;<br>Method or attribute name: localId: number;|@ohos.account.osAccount.d.ts|
157|Added|NA|Class name: ConstraintSourceTypeInfo;<br>Method or attribute name: type: ConstraintSourceType;|@ohos.account.osAccount.d.ts|
158|Deprecated version changed|Class name: AppAccountManager;<br>Method or attribute name: addAccount(name: string, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: AppAccountManager;<br>Method or attribute name: addAccount(name: string, callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: appAccount.AppAccountManager#createAccount|@ohos.account.appAccount.d.ts|
159|Deprecated version changed|Class name: AppAccountManager;<br>Method or attribute name: addAccountImplicitly(owner: string, authType: string, options: {[key: string]: any}, callback: AuthenticatorCallback): void;<br>Old version: |Class name: AppAccountManager;<br>Method or attribute name: addAccountImplicitly(owner: string, authType: string, options: {[key: string]: any}, callback: AuthenticatorCallback): void;<br>New version: 9<br>Substitute API: appAccount.AppAccountManager#createAccountImplicitly|@ohos.account.appAccount.d.ts|
160|Deprecated version changed|Class name: AppAccountManager;<br>Method or attribute name: deleteAccount(name: string, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: AppAccountManager;<br>Method or attribute name: deleteAccount(name: string, callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: appAccount.AppAccountManager#removeAccount|@ohos.account.appAccount.d.ts|
161|Deprecated version changed|Class name: AppAccountManager;<br>Method or attribute name: disableAppAccess(name: string, bundleName: string, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: AppAccountManager;<br>Method or attribute name: disableAppAccess(name: string, bundleName: string, callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: appAccount.AppAccountManager#setAppAccess|@ohos.account.appAccount.d.ts|
162|Deprecated version changed|Class name: AppAccountManager;<br>Method or attribute name: enableAppAccess(name: string, bundleName: string, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: AppAccountManager;<br>Method or attribute name: enableAppAccess(name: string, bundleName: string, callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: appAccount.AppAccountManager#setAppAccess|@ohos.account.appAccount.d.ts|
163|Deprecated version changed|Class name: AppAccountManager;<br>Method or attribute name: checkAppAccountSyncEnable(name: string, callback: AsyncCallback\<boolean>): void;<br>Old version: |Class name: AppAccountManager;<br>Method or attribute name: checkAppAccountSyncEnable(name: string, callback: AsyncCallback\<boolean>): void;<br>New version: 9<br>Substitute API: appAccount.AppAccountManager#checkDataSyncEnabled|@ohos.account.appAccount.d.ts|
164|Deprecated version changed|Class name: AppAccountManager;<br>Method or attribute name: setAccountCredential(name: string, credentialType: string, credential: string,<br>                             callback: AsyncCallback\<void>): void;<br>Old version: |Class name: AppAccountManager;<br>Method or attribute name: setAccountCredential(name: string, credentialType: string, credential: string,<br>                             callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: appAccount.AppAccountManager#setCredential|@ohos.account.appAccount.d.ts|
165|Deprecated version changed|Class name: AppAccountManager;<br>Method or attribute name: setAccountExtraInfo(name: string, extraInfo: string, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: AppAccountManager;<br>Method or attribute name: setAccountExtraInfo(name: string, extraInfo: string, callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: appAccount.AppAccountManager#setCustomData|@ohos.account.appAccount.d.ts|
166|Deprecated version changed|Class name: AppAccountManager;<br>Method or attribute name: setAppAccountSyncEnable(name: string, isEnable: boolean, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: AppAccountManager;<br>Method or attribute name: setAppAccountSyncEnable(name: string, isEnable: boolean, callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: appAccount.AppAccountManager#setDataSyncEnabled|@ohos.account.appAccount.d.ts|
167|Deprecated version changed|Class name: AppAccountManager;<br>Method or attribute name: setAssociatedData(name: string, key: string, value: string, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: AppAccountManager;<br>Method or attribute name: setAssociatedData(name: string, key: string, value: string, callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: appAccount.AppAccountManager#setCustomData|@ohos.account.appAccount.d.ts|
168|Deprecated version changed|Class name: AppAccountManager;<br>Method or attribute name: getAllAccessibleAccounts(callback: AsyncCallback\<Array\<AppAccountInfo>>): void;<br>Old version: |Class name: AppAccountManager;<br>Method or attribute name: getAllAccessibleAccounts(callback: AsyncCallback\<Array\<AppAccountInfo>>): void;<br>New version: 9<br>Substitute API: appAccount.AppAccountManager#getAllAccounts|@ohos.account.appAccount.d.ts|
169|Deprecated version changed|Class name: AppAccountManager;<br>Method or attribute name: getAllAccounts(owner: string, callback: AsyncCallback\<Array\<AppAccountInfo>>): void;<br>Old version: |Class name: AppAccountManager;<br>Method or attribute name: getAllAccounts(owner: string, callback: AsyncCallback\<Array\<AppAccountInfo>>): void;<br>New version: 9<br>Substitute API: appAccount.AppAccountManager#getAccountsByOwner|@ohos.account.appAccount.d.ts|
170|Deprecated version changed|Class name: AppAccountManager;<br>Method or attribute name: getAccountCredential(name: string, credentialType: string, callback: AsyncCallback\<string>): void;<br>Old version: |Class name: AppAccountManager;<br>Method or attribute name: getAccountCredential(name: string, credentialType: string, callback: AsyncCallback\<string>): void;<br>New version: 9<br>Substitute API: appAccount.AppAccountManager#getCredential|@ohos.account.appAccount.d.ts|
171|Deprecated version changed|Class name: AppAccountManager;<br>Method or attribute name: getAccountExtraInfo(name: string, callback: AsyncCallback\<string>): void;<br>Old version: |Class name: AppAccountManager;<br>Method or attribute name: getAccountExtraInfo(name: string, callback: AsyncCallback\<string>): void;<br>New version: 9<br>Substitute API: appAccount.AppAccountManager#getCustomData|@ohos.account.appAccount.d.ts|
172|Deprecated version changed|Class name: AppAccountManager;<br>Method or attribute name: getAssociatedData(name: string, key: string, callback: AsyncCallback\<string>): void;<br>Old version: |Class name: AppAccountManager;<br>Method or attribute name: getAssociatedData(name: string, key: string, callback: AsyncCallback\<string>): void;<br>New version: 9<br>Substitute API: appAccount.AppAccountManager#getCustomData|@ohos.account.appAccount.d.ts|
173|Deprecated version changed|Class name: AppAccountManager;<br>Method or attribute name: on(type: 'change', owners: Array\<string>, callback: Callback\<Array\<AppAccountInfo>>): void;<br>Old version: |Class name: AppAccountManager;<br>Method or attribute name: on(type: 'change', owners: Array\<string>, callback: Callback\<Array\<AppAccountInfo>>): void;<br>New version: 9<br>Substitute API: appAccount.AppAccountManager#on|@ohos.account.appAccount.d.ts|
174|Deprecated version changed|Class name: AppAccountManager;<br>Method or attribute name: off(type: 'change', callback?: Callback\<Array\<AppAccountInfo>>): void;<br>Old version: |Class name: AppAccountManager;<br>Method or attribute name: off(type: 'change', callback?: Callback\<Array\<AppAccountInfo>>): void;<br>New version: 9<br>Substitute API: appAccount.AppAccountManager#off|@ohos.account.appAccount.d.ts|
175|Deprecated version changed|Class name: AppAccountManager;<br>Method or attribute name: authenticate(name: string, owner: string, authType: string, options: {[key: string]: any}, callback: AuthenticatorCallback): void;<br>Old version: |Class name: AppAccountManager;<br>Method or attribute name: authenticate(name: string, owner: string, authType: string, options: {[key: string]: any}, callback: AuthenticatorCallback): void;<br>New version: 9<br>Substitute API: appAccount.AppAccountManager#auth|@ohos.account.appAccount.d.ts|
176|Deprecated version changed|Class name: AppAccountManager;<br>Method or attribute name: getOAuthToken(name: string, owner: string, authType: string, callback: AsyncCallback\<string>): void;<br>Old version: |Class name: AppAccountManager;<br>Method or attribute name: getOAuthToken(name: string, owner: string, authType: string, callback: AsyncCallback\<string>): void;<br>New version: 9<br>Substitute API: appAccount.AppAccountManager#getAuthToken|@ohos.account.appAccount.d.ts|
177|Deprecated version changed|Class name: AppAccountManager;<br>Method or attribute name: setOAuthToken(name: string, authType: string, token: string, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: AppAccountManager;<br>Method or attribute name: setOAuthToken(name: string, authType: string, token: string, callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: appAccount.AppAccountManager#setAuthToken|@ohos.account.appAccount.d.ts|
178|Deprecated version changed|Class name: AppAccountManager;<br>Method or attribute name: deleteOAuthToken(name: string, owner: string, authType: string, token: string, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: AppAccountManager;<br>Method or attribute name: deleteOAuthToken(name: string, owner: string, authType: string, token: string, callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: appAccount.AppAccountManager#deleteAuthToken|@ohos.account.appAccount.d.ts|
179|Deprecated version changed|Class name: AppAccountManager;<br>Method or attribute name: setOAuthTokenVisibility(name: string, authType: string, bundleName: string, isVisible: boolean, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: AppAccountManager;<br>Method or attribute name: setOAuthTokenVisibility(name: string, authType: string, bundleName: string, isVisible: boolean, callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: appAccount.AppAccountManager#setAuthTokenVisibility|@ohos.account.appAccount.d.ts|
180|Deprecated version changed|Class name: AppAccountManager;<br>Method or attribute name: checkOAuthTokenVisibility(name: string, authType: string, bundleName: string, callback: AsyncCallback\<boolean>): void;<br>Old version: |Class name: AppAccountManager;<br>Method or attribute name: checkOAuthTokenVisibility(name: string, authType: string, bundleName: string, callback: AsyncCallback\<boolean>): void;<br>New version: 9<br>Substitute API: appAccount.AppAccountManager#checkAuthTokenVisibility|@ohos.account.appAccount.d.ts|
181|Deprecated version changed|Class name: AppAccountManager;<br>Method or attribute name: getAllOAuthTokens(name: string, owner: string, callback: AsyncCallback\<Array\<OAuthTokenInfo>>): void;<br>Old version: |Class name: AppAccountManager;<br>Method or attribute name: getAllOAuthTokens(name: string, owner: string, callback: AsyncCallback\<Array\<OAuthTokenInfo>>): void;<br>New version: 9<br>Substitute API: appAccount.AppAccountManager#getAllAuthTokens|@ohos.account.appAccount.d.ts|
182|Deprecated version changed|Class name: AppAccountManager;<br>Method or attribute name: getOAuthList(name: string, authType: string, callback: AsyncCallback\<Array\<string>>): void;<br>Old version: |Class name: AppAccountManager;<br>Method or attribute name: getOAuthList(name: string, authType: string, callback: AsyncCallback\<Array\<string>>): void;<br>New version: 9<br>Substitute API: appAccount.AppAccountManager#getAuthList|@ohos.account.appAccount.d.ts|
183|Deprecated version changed|Class name: AppAccountManager;<br>Method or attribute name: getAuthenticatorCallback(sessionId: string, callback: AsyncCallback\<AuthenticatorCallback>): void;<br>Old version: |Class name: AppAccountManager;<br>Method or attribute name: getAuthenticatorCallback(sessionId: string, callback: AsyncCallback\<AuthenticatorCallback>): void;<br>New version: 9<br>Substitute API: appAccount.AppAccountManager#getAuthCallback|@ohos.account.appAccount.d.ts|
184|Deprecated version changed|Class name: AppAccountManager;<br>Method or attribute name: getAuthenticatorInfo(owner: string, callback: AsyncCallback\<AuthenticatorInfo>): void;<br>Old version: |Class name: AppAccountManager;<br>Method or attribute name: getAuthenticatorInfo(owner: string, callback: AsyncCallback\<AuthenticatorInfo>): void;<br>New version: 9<br>Substitute API: appAccount.AppAccountManager#queryAuthenticatorInfo|@ohos.account.appAccount.d.ts|
185|Deprecated version changed|Class name: OAuthTokenInfo;<br>Method or attribute name: interface OAuthTokenInfo<br>Old version: |Class name: OAuthTokenInfo;<br>Method or attribute name: interface OAuthTokenInfo<br>New version: 9<br>Substitute API: appAccount.AuthTokenInfo|@ohos.account.appAccount.d.ts|
186|Deprecated version changed|Class name: OAuthTokenInfo;<br>Method or attribute name: authType: string;<br>Old version: |Class name: OAuthTokenInfo;<br>Method or attribute name: authType: string;<br>New version: 9<br>Substitute API: appAccount.AuthTokenInfo|@ohos.account.appAccount.d.ts|
187|Deprecated version changed|Class name: OAuthTokenInfo;<br>Method or attribute name: token: string;<br>Old version: |Class name: OAuthTokenInfo;<br>Method or attribute name: token: string;<br>New version: 9<br>Substitute API: appAccount.AuthTokenInfo|@ohos.account.appAccount.d.ts|
188|Deprecated version changed|Class name: Constants;<br>Method or attribute name: ACTION_ADD_ACCOUNT_IMPLICITLY = "addAccountImplicitly"<br>Old version: |Class name: Constants;<br>Method or attribute name: ACTION_ADD_ACCOUNT_IMPLICITLY = "addAccountImplicitly"<br>New version: 9<br>Substitute API: appAccount.Constants#ACTION_CREATE_ACCOUNT_IMPLICITLY|@ohos.account.appAccount.d.ts|
189|Deprecated version changed|Class name: Constants;<br>Method or attribute name: ACTION_AUTHENTICATE = "authenticate"<br>Old version: |Class name: Constants;<br>Method or attribute name: ACTION_AUTHENTICATE = "authenticate"<br>New version: 9<br>Substitute API: appAccount.Constants#ACTION_AUTH|@ohos.account.appAccount.d.ts|
190|Deprecated version changed|Class name: ResultCode;<br>Method or attribute name: enum ResultCode<br>Old version: |Class name: ResultCode;<br>Method or attribute name: enum ResultCode<br>New version: 9<br>Substitute API: |@ohos.account.appAccount.d.ts|
191|Deprecated version changed|Class name: ResultCode;<br>Method or attribute name: SUCCESS = 0<br>Old version: |Class name: ResultCode;<br>Method or attribute name: SUCCESS = 0<br>New version: 9<br>Substitute API: |@ohos.account.appAccount.d.ts|
192|Deprecated version changed|Class name: ResultCode;<br>Method or attribute name: ERROR_ACCOUNT_NOT_EXIST = 10001<br>Old version: |Class name: ResultCode;<br>Method or attribute name: ERROR_ACCOUNT_NOT_EXIST = 10001<br>New version: 9<br>Substitute API: |@ohos.account.appAccount.d.ts|
193|Deprecated version changed|Class name: ResultCode;<br>Method or attribute name: ERROR_APP_ACCOUNT_SERVICE_EXCEPTION = 10002<br>Old version: |Class name: ResultCode;<br>Method or attribute name: ERROR_APP_ACCOUNT_SERVICE_EXCEPTION = 10002<br>New version: 9<br>Substitute API: |@ohos.account.appAccount.d.ts|
194|Deprecated version changed|Class name: ResultCode;<br>Method or attribute name: ERROR_INVALID_PASSWORD = 10003<br>Old version: |Class name: ResultCode;<br>Method or attribute name: ERROR_INVALID_PASSWORD = 10003<br>New version: 9<br>Substitute API: |@ohos.account.appAccount.d.ts|
195|Deprecated version changed|Class name: ResultCode;<br>Method or attribute name: ERROR_INVALID_REQUEST = 10004<br>Old version: |Class name: ResultCode;<br>Method or attribute name: ERROR_INVALID_REQUEST = 10004<br>New version: 9<br>Substitute API: |@ohos.account.appAccount.d.ts|
196|Deprecated version changed|Class name: ResultCode;<br>Method or attribute name: ERROR_INVALID_RESPONSE = 10005<br>Old version: |Class name: ResultCode;<br>Method or attribute name: ERROR_INVALID_RESPONSE = 10005<br>New version: 9<br>Substitute API: |@ohos.account.appAccount.d.ts|
197|Deprecated version changed|Class name: ResultCode;<br>Method or attribute name: ERROR_NETWORK_EXCEPTION = 10006<br>Old version: |Class name: ResultCode;<br>Method or attribute name: ERROR_NETWORK_EXCEPTION = 10006<br>New version: 9<br>Substitute API: |@ohos.account.appAccount.d.ts|
198|Deprecated version changed|Class name: ResultCode;<br>Method or attribute name: ERROR_OAUTH_AUTHENTICATOR_NOT_EXIST = 10007<br>Old version: |Class name: ResultCode;<br>Method or attribute name: ERROR_OAUTH_AUTHENTICATOR_NOT_EXIST = 10007<br>New version: 9<br>Substitute API: |@ohos.account.appAccount.d.ts|
199|Deprecated version changed|Class name: ResultCode;<br>Method or attribute name: ERROR_OAUTH_CANCELED = 10008<br>Old version: |Class name: ResultCode;<br>Method or attribute name: ERROR_OAUTH_CANCELED = 10008<br>New version: 9<br>Substitute API: |@ohos.account.appAccount.d.ts|
200|Deprecated version changed|Class name: ResultCode;<br>Method or attribute name: ERROR_OAUTH_LIST_TOO_LARGE = 10009<br>Old version: |Class name: ResultCode;<br>Method or attribute name: ERROR_OAUTH_LIST_TOO_LARGE = 10009<br>New version: 9<br>Substitute API: |@ohos.account.appAccount.d.ts|
201|Deprecated version changed|Class name: ResultCode;<br>Method or attribute name: ERROR_OAUTH_SERVICE_BUSY = 10010<br>Old version: |Class name: ResultCode;<br>Method or attribute name: ERROR_OAUTH_SERVICE_BUSY = 10010<br>New version: 9<br>Substitute API: |@ohos.account.appAccount.d.ts|
202|Deprecated version changed|Class name: ResultCode;<br>Method or attribute name: ERROR_OAUTH_SERVICE_EXCEPTION = 10011<br>Old version: |Class name: ResultCode;<br>Method or attribute name: ERROR_OAUTH_SERVICE_EXCEPTION = 10011<br>New version: 9<br>Substitute API: |@ohos.account.appAccount.d.ts|
203|Deprecated version changed|Class name: ResultCode;<br>Method or attribute name: ERROR_OAUTH_SESSION_NOT_EXIST = 10012<br>Old version: |Class name: ResultCode;<br>Method or attribute name: ERROR_OAUTH_SESSION_NOT_EXIST = 10012<br>New version: 9<br>Substitute API: |@ohos.account.appAccount.d.ts|
204|Deprecated version changed|Class name: ResultCode;<br>Method or attribute name: ERROR_OAUTH_TIMEOUT = 10013<br>Old version: |Class name: ResultCode;<br>Method or attribute name: ERROR_OAUTH_TIMEOUT = 10013<br>New version: 9<br>Substitute API: |@ohos.account.appAccount.d.ts|
205|Deprecated version changed|Class name: ResultCode;<br>Method or attribute name: ERROR_OAUTH_TOKEN_NOT_EXIST = 10014<br>Old version: |Class name: ResultCode;<br>Method or attribute name: ERROR_OAUTH_TOKEN_NOT_EXIST = 10014<br>New version: 9<br>Substitute API: |@ohos.account.appAccount.d.ts|
206|Deprecated version changed|Class name: ResultCode;<br>Method or attribute name: ERROR_OAUTH_TOKEN_TOO_MANY = 10015<br>Old version: |Class name: ResultCode;<br>Method or attribute name: ERROR_OAUTH_TOKEN_TOO_MANY = 10015<br>New version: 9<br>Substitute API: |@ohos.account.appAccount.d.ts|
207|Deprecated version changed|Class name: ResultCode;<br>Method or attribute name: ERROR_OAUTH_UNSUPPORT_ACTION = 10016<br>Old version: |Class name: ResultCode;<br>Method or attribute name: ERROR_OAUTH_UNSUPPORT_ACTION = 10016<br>New version: 9<br>Substitute API: |@ohos.account.appAccount.d.ts|
208|Deprecated version changed|Class name: ResultCode;<br>Method or attribute name: ERROR_OAUTH_UNSUPPORT_AUTH_TYPE = 10017<br>Old version: |Class name: ResultCode;<br>Method or attribute name: ERROR_OAUTH_UNSUPPORT_AUTH_TYPE = 10017<br>New version: 9<br>Substitute API: |@ohos.account.appAccount.d.ts|
209|Deprecated version changed|Class name: ResultCode;<br>Method or attribute name: ERROR_PERMISSION_DENIED = 10018<br>Old version: |Class name: ResultCode;<br>Method or attribute name: ERROR_PERMISSION_DENIED = 10018<br>New version: 9<br>Substitute API: |@ohos.account.appAccount.d.ts|
210|Deprecated version changed|Class name: AuthenticatorCallback;<br>Method or attribute name: interface AuthenticatorCallback<br>Old version: |Class name: AuthenticatorCallback;<br>Method or attribute name: interface AuthenticatorCallback<br>New version: 9<br>Substitute API: AppAccount.AuthCallback|@ohos.account.appAccount.d.ts|
211|Deprecated version changed|Class name: AuthenticatorCallback;<br>Method or attribute name: onResult: (code: number, result: {[key: string]: any}) => void;<br>Old version: |Class name: AuthenticatorCallback;<br>Method or attribute name: onResult: (code: number, result: {[key: string]: any}) => void;<br>New version: 9<br>Substitute API: AppAccount.AuthCallback|@ohos.account.appAccount.d.ts|
212|Deprecated version changed|Class name: AuthenticatorCallback;<br>Method or attribute name: onRequestRedirected: (request: Want) => void;<br>Old version: |Class name: AuthenticatorCallback;<br>Method or attribute name: onRequestRedirected: (request: Want) => void;<br>New version: 9<br>Substitute API: AppAccount.AuthCallback|@ohos.account.appAccount.d.ts|
213|Deprecated version changed|Class name: Authenticator;<br>Method or attribute name: addAccountImplicitly(authType: string, callerBundleName: string, options: {[key: string]: any}, callback: AuthenticatorCallback): void;<br>Old version: |Class name: Authenticator;<br>Method or attribute name: addAccountImplicitly(authType: string, callerBundleName: string, options: {[key: string]: any}, callback: AuthenticatorCallback): void;<br>New version: 9<br>Substitute API: appAccount.Authenticator#createAccountImplicitly|@ohos.account.appAccount.d.ts|
214|Deprecated version changed|Class name: Authenticator;<br>Method or attribute name: authenticate(name: string, authType: string, callerBundleName: string, options: {[key: string]: any}, callback: AuthenticatorCallback): void;<br>Old version: |Class name: Authenticator;<br>Method or attribute name: authenticate(name: string, authType: string, callerBundleName: string, options: {[key: string]: any}, callback: AuthenticatorCallback): void;<br>New version: 9<br>Substitute API: appAccount.Authenticator#auth|@ohos.account.appAccount.d.ts|
215|Deprecated version changed|Class name: DistributedAccountAbility;<br>Method or attribute name: queryOsAccountDistributedInfo(callback: AsyncCallback\<DistributedInfo>): void;<br>Old version: |Class name: DistributedAccountAbility;<br>Method or attribute name: queryOsAccountDistributedInfo(callback: AsyncCallback\<DistributedInfo>): void;<br>New version: 9<br>Substitute API: distributedAccount.DistributedAccountAbility#getOsAccountDistributedInfo|@ohos.account.distributedAccount.d.ts|
216|Deprecated version changed|Class name: DistributedAccountAbility;<br>Method or attribute name: updateOsAccountDistributedInfo(accountInfo: DistributedInfo, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: DistributedAccountAbility;<br>Method or attribute name: updateOsAccountDistributedInfo(accountInfo: DistributedInfo, callback: AsyncCallback\<void>): void;<br>New version: 9<br>Substitute API: distributedAccount.DistributedAccountAbility#setOsAccountDistributedInfo|@ohos.account.distributedAccount.d.ts|
217|Deprecated version changed|Class name: AccountManager;<br>Method or attribute name: isMultiOsAccountEnable(callback: AsyncCallback\<boolean>): void;<br>Old version: |Class name: AccountManager;<br>Method or attribute name: isMultiOsAccountEnable(callback: AsyncCallback\<boolean>): void;<br>New version: 9<br>Substitute API: osAccount.AccountManager#checkMultiOsAccountEnabled|@ohos.account.osAccount.d.ts|
218|Deprecated version changed|Class name: AccountManager;<br>Method or attribute name: isOsAccountActived(localId: number, callback: AsyncCallback\<boolean>): void;<br>Old version: |Class name: AccountManager;<br>Method or attribute name: isOsAccountActived(localId: number, callback: AsyncCallback\<boolean>): void;<br>New version: 9<br>Substitute API: osAccount.AccountManager#checkOsAccountActivated|@ohos.account.osAccount.d.ts|
219|Deprecated version changed|Class name: AccountManager;<br>Method or attribute name: isOsAccountConstraintEnable(localId: number, constraint: string, callback: AsyncCallback\<boolean>): void;<br>Old version: |Class name: AccountManager;<br>Method or attribute name: isOsAccountConstraintEnable(localId: number, constraint: string, callback: AsyncCallback\<boolean>): void;<br>New version: 9<br>Substitute API: osAccount.AccountManager#checkConstraintEnabled|@ohos.account.osAccount.d.ts|
220|Deprecated version changed|Class name: AccountManager;<br>Method or attribute name: isTestOsAccount(callback: AsyncCallback\<boolean>): void;<br>Old version: |Class name: AccountManager;<br>Method or attribute name: isTestOsAccount(callback: AsyncCallback\<boolean>): void;<br>New version: 9<br>Substitute API: osAccount.AccountManager#checkOsAccountTestable|@ohos.account.osAccount.d.ts|
221|Deprecated version changed|Class name: AccountManager;<br>Method or attribute name: isOsAccountVerified(callback: AsyncCallback\<boolean>): void;<br>Old version: |Class name: AccountManager;<br>Method or attribute name: isOsAccountVerified(callback: AsyncCallback\<boolean>): void;<br>New version: 9<br>Substitute API: osAccount.AccountManager#checkOsAccountVerified|@ohos.account.osAccount.d.ts|
222|Deprecated version changed|Class name: AccountManager;<br>Method or attribute name: getCreatedOsAccountsCount(callback: AsyncCallback\<number>): void;<br>Old version: |Class name: AccountManager;<br>Method or attribute name: getCreatedOsAccountsCount(callback: AsyncCallback\<number>): void;<br>New version: 9<br>Substitute API: osAccount.AccountManager#getOsAccountCount|@ohos.account.osAccount.d.ts|
223|Deprecated version changed|Class name: AccountManager;<br>Method or attribute name: getOsAccountLocalIdFromProcess(callback: AsyncCallback\<number>): void;<br>Old version: |Class name: AccountManager;<br>Method or attribute name: getOsAccountLocalIdFromProcess(callback: AsyncCallback\<number>): void;<br>New version: 9<br>Substitute API: osAccount.AccountManager#getOsAccountLocalId|@ohos.account.osAccount.d.ts|
224|Deprecated version changed|Class name: AccountManager;<br>Method or attribute name: getOsAccountLocalIdFromUid(uid: number, callback: AsyncCallback\<number>): void;<br>Old version: |Class name: AccountManager;<br>Method or attribute name: getOsAccountLocalIdFromUid(uid: number, callback: AsyncCallback\<number>): void;<br>New version: 9<br>Substitute API: osAccount.AccountManager#getOsAccountLocalIdForUid|@ohos.account.osAccount.d.ts|
225|Deprecated version changed|Class name: AccountManager;<br>Method or attribute name: getOsAccountLocalIdFromDomain(domainInfo: DomainAccountInfo, callback: AsyncCallback\<number>): void;<br>Old version: |Class name: AccountManager;<br>Method or attribute name: getOsAccountLocalIdFromDomain(domainInfo: DomainAccountInfo, callback: AsyncCallback\<number>): void;<br>New version: 9<br>Substitute API: osAccount.AccountManager#getOsAccountLocalIdForDomain|@ohos.account.osAccount.d.ts|
226|Deprecated version changed|Class name: AccountManager;<br>Method or attribute name: getOsAccountAllConstraints(localId: number, callback: AsyncCallback\<Array\<string>>): void;<br>Old version: |Class name: AccountManager;<br>Method or attribute name: getOsAccountAllConstraints(localId: number, callback: AsyncCallback\<Array\<string>>): void;<br>New version: 9<br>Substitute API: osAccount.AccountManager#getOsAccountConstraints|@ohos.account.osAccount.d.ts|
227|Deprecated version changed|Class name: AccountManager;<br>Method or attribute name: queryActivatedOsAccountIds(callback: AsyncCallback\<Array\<number>>): void;<br>Old version: |Class name: AccountManager;<br>Method or attribute name: queryActivatedOsAccountIds(callback: AsyncCallback\<Array\<number>>): void;<br>New version: 9<br>Substitute API: osAccount.AccountManager#getActivatedOsAccountLocalIds|@ohos.account.osAccount.d.ts|
228|Deprecated version changed|Class name: AccountManager;<br>Method or attribute name: queryCurrentOsAccount(callback: AsyncCallback\<OsAccountInfo>): void;<br>Old version: |Class name: AccountManager;<br>Method or attribute name: queryCurrentOsAccount(callback: AsyncCallback\<OsAccountInfo>): void;<br>New version: 9<br>Substitute API: osAccount.AccountManager#getCurrentOsAccount|@ohos.account.osAccount.d.ts|
229|Deprecated version changed|Class name: AccountManager;<br>Method or attribute name: getOsAccountTypeFromProcess(callback: AsyncCallback\<OsAccountType>): void;<br>Old version: |Class name: AccountManager;<br>Method or attribute name: getOsAccountTypeFromProcess(callback: AsyncCallback\<OsAccountType>): void;<br>New version: 9<br>Substitute API: osAccount.AccountManager#getOsAccountType|@ohos.account.osAccount.d.ts|
230|Deprecated version changed|Class name: AccountManager;<br>Method or attribute name: getDistributedVirtualDeviceId(callback: AsyncCallback\<string>): void;<br>Old version: |Class name: AccountManager;<br>Method or attribute name: getDistributedVirtualDeviceId(callback: AsyncCallback\<string>): void;<br>New version: 9<br>Substitute API: osAccount.AccountManager#queryDistributedVirtualDeviceId|@ohos.account.osAccount.d.ts|
231|Deprecated version changed|Class name: AccountManager;<br>Method or attribute name: getOsAccountLocalIdBySerialNumber(serialNumber: number, callback: AsyncCallback\<number>): void;<br>Old version: |Class name: AccountManager;<br>Method or attribute name: getOsAccountLocalIdBySerialNumber(serialNumber: number, callback: AsyncCallback\<number>): void;<br>New version: 9<br>Substitute API: osAccount.AccountManager#getOsAccountLocalIdForSerialNumber|@ohos.account.osAccount.d.ts|
232|Deprecated version changed|Class name: AccountManager;<br>Method or attribute name: getSerialNumberByOsAccountLocalId(localId: number, callback: AsyncCallback\<number>): void;<br>Old version: |Class name: AccountManager;<br>Method or attribute name: getSerialNumberByOsAccountLocalId(localId: number, callback: AsyncCallback\<number>): void;<br>New version: 9<br>Substitute API: osAccount.AccountManager#getSerialNumberForOsAccountLocalId|@ohos.account.osAccount.d.ts|
233|Error code added|Class name: AccountManager;<br>Method or attribute name: activateOsAccount(localId: number, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: AccountManager;<br>Method or attribute name: activateOsAccount(localId: number, callback: AsyncCallback\<void>): void;<br>New version: 201,401,12300001,12300002,12300003,12300008,12300009|@ohos.account.osAccount.d.ts|
234|Error code added|Class name: AccountManager;<br>Method or attribute name: removeOsAccount(localId: number, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: AccountManager;<br>Method or attribute name: removeOsAccount(localId: number, callback: AsyncCallback\<void>): void;<br>New version: 201,401,12300001,12300002,12300003,12300008|@ohos.account.osAccount.d.ts|
235|Error code added|Class name: AccountManager;<br>Method or attribute name: setOsAccountConstraints(localId: number, constraints: Array\<string>, enable: boolean,<br>                                callback: AsyncCallback\<void>): void;<br>Old version: |Class name: AccountManager;<br>Method or attribute name: setOsAccountConstraints(localId: number, constraints: Array\<string>, enable: boolean,<br>                                callback: AsyncCallback\<void>): void;<br>New version: 201,401,12300001,12300002,12300003,12300008|@ohos.account.osAccount.d.ts|
236|Error code added|Class name: AccountManager;<br>Method or attribute name: setOsAccountName(localId: number, localName: string, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: AccountManager;<br>Method or attribute name: setOsAccountName(localId: number, localName: string, callback: AsyncCallback\<void>): void;<br>New version: 201,401,12300001,12300002,12300003,12300008|@ohos.account.osAccount.d.ts|
237|Error code added|Class name: AccountManager;<br>Method or attribute name: queryMaxOsAccountNumber(callback: AsyncCallback\<number>): void;<br>Old version: |Class name: AccountManager;<br>Method or attribute name: queryMaxOsAccountNumber(callback: AsyncCallback\<number>): void;<br>New version: 401,12300001|@ohos.account.osAccount.d.ts|
238|Error code added|Class name: AccountManager;<br>Method or attribute name: queryAllCreatedOsAccounts(callback: AsyncCallback\<Array\<OsAccountInfo>>): void;<br>Old version: |Class name: AccountManager;<br>Method or attribute name: queryAllCreatedOsAccounts(callback: AsyncCallback\<Array\<OsAccountInfo>>): void;<br>New version: 201,401,12300001|@ohos.account.osAccount.d.ts|
239|Error code added|Class name: AccountManager;<br>Method or attribute name: createOsAccount(localName: string, type: OsAccountType, callback: AsyncCallback\<OsAccountInfo>): void;<br>Old version: |Class name: AccountManager;<br>Method or attribute name: createOsAccount(localName: string, type: OsAccountType, callback: AsyncCallback\<OsAccountInfo>): void;<br>New version: 201,401,12300001,12300002,12300005,12300006,12300007|@ohos.account.osAccount.d.ts|
240|Error code added|Class name: AccountManager;<br>Method or attribute name: createOsAccountForDomain(type: OsAccountType, domainInfo: DomainAccountInfo, callback: AsyncCallback\<OsAccountInfo>): void;<br>Old version: |Class name: AccountManager;<br>Method or attribute name: createOsAccountForDomain(type: OsAccountType, domainInfo: DomainAccountInfo, callback: AsyncCallback\<OsAccountInfo>): void;<br>New version: 201,401,12300001,12300002,12300005,12300006,12300007|@ohos.account.osAccount.d.ts|
241|Error code added|Class name: AccountManager;<br>Method or attribute name: queryOsAccountById(localId: number, callback: AsyncCallback\<OsAccountInfo>): void;<br>Old version: |Class name: AccountManager;<br>Method or attribute name: queryOsAccountById(localId: number, callback: AsyncCallback\<OsAccountInfo>): void;<br>New version: 201,401,12300001,12300002,12300003|@ohos.account.osAccount.d.ts|
242|Error code added|Class name: AccountManager;<br>Method or attribute name: getOsAccountProfilePhoto(localId: number, callback: AsyncCallback\<string>): void;<br>Old version: |Class name: AccountManager;<br>Method or attribute name: getOsAccountProfilePhoto(localId: number, callback: AsyncCallback\<string>): void;<br>New version: 201,401,12300001,12300002,12300003|@ohos.account.osAccount.d.ts|
243|Error code added|Class name: AccountManager;<br>Method or attribute name: setOsAccountProfilePhoto(localId: number, photo: string, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: AccountManager;<br>Method or attribute name: setOsAccountProfilePhoto(localId: number, photo: string, callback: AsyncCallback\<void>): void;<br>New version: 201,401,12300001,12300002,12300003,12300008|@ohos.account.osAccount.d.ts|
244|Error code added|Class name: AccountManager;<br>Method or attribute name: on(type: 'activate' \| 'activating', name: string, callback: Callback\<number>): void;<br>Old version: |Class name: AccountManager;<br>Method or attribute name: on(type: 'activate' \| 'activating', name: string, callback: Callback\<number>): void;<br>New version: 201,401,12300001,12300002,12300011|@ohos.account.osAccount.d.ts|
245|Error code added|Class name: AccountManager;<br>Method or attribute name: off(type: 'activate' \| 'activating', name: string, callback?: Callback\<number>): void;<br>Old version: |Class name: AccountManager;<br>Method or attribute name: off(type: 'activate' \| 'activating', name: string, callback?: Callback\<number>): void;<br>New version: 201,401,12300001,12300002,12300012|@ohos.account.osAccount.d.ts|
246|Error code added|Class name: UserAuth;<br>Method or attribute name: getAvailableStatus(authType: AuthType, authTrustLevel: AuthTrustLevel): number;<br>Old version: |Class name: UserAuth;<br>Method or attribute name: getAvailableStatus(authType: AuthType, authTrustLevel: AuthTrustLevel): number;<br>New version: 201,401,12300001,12300002|@ohos.account.osAccount.d.ts|
247|Error code added|Class name: UserAuth;<br>Method or attribute name: getProperty(request: GetPropertyRequest, callback: AsyncCallback\<ExecutorProperty>): void;<br>Old version: |Class name: UserAuth;<br>Method or attribute name: getProperty(request: GetPropertyRequest, callback: AsyncCallback\<ExecutorProperty>): void;<br>New version: 201,401,12300001,12300002|@ohos.account.osAccount.d.ts|
248|Error code added|Class name: UserAuth;<br>Method or attribute name: setProperty(request: SetPropertyRequest, callback: AsyncCallback\<void>): void;<br>Old version: |Class name: UserAuth;<br>Method or attribute name: setProperty(request: SetPropertyRequest, callback: AsyncCallback\<void>): void;<br>New version: 201,401,12300001,12300002|@ohos.account.osAccount.d.ts|
249|Error code added|Class name: UserAuth;<br>Method or attribute name: auth(challenge: Uint8Array, authType: AuthType, authTrustLevel: AuthTrustLevel, callback: IUserAuthCallback): Uint8Array;<br>Old version: |Class name: UserAuth;<br>Method or attribute name: auth(challenge: Uint8Array, authType: AuthType, authTrustLevel: AuthTrustLevel, callback: IUserAuthCallback): Uint8Array;<br>New version: 201,401,12300001,12300002,12300101,12300105,12300106,12300110,12300111,12300112|@ohos.account.osAccount.d.ts|
250|Error code added|Class name: UserAuth;<br>Method or attribute name: authUser(userId: number, challenge: Uint8Array, authType: AuthType, authTrustLevel: AuthTrustLevel, callback: IUserAuthCallback): Uint8Array;<br>Old version: |Class name: UserAuth;<br>Method or attribute name: authUser(userId: number, challenge: Uint8Array, authType: AuthType, authTrustLevel: AuthTrustLevel, callback: IUserAuthCallback): Uint8Array;<br>New version: 201,401,12300001,12300002,12300101,12300105,12300106,12300110,12300111,12300112|@ohos.account.osAccount.d.ts|
251|Error code added|Class name: UserAuth;<br>Method or attribute name: cancelAuth(contextID: Uint8Array): void;<br>Old version: |Class name: UserAuth;<br>Method or attribute name: cancelAuth(contextID: Uint8Array): void;<br>New version: 201,401,12300001,12300002|@ohos.account.osAccount.d.ts|
252|Error code added|Class name: PINAuth;<br>Method or attribute name: registerInputer(inputer: IInputer): void;<br>Old version: |Class name: PINAuth;<br>Method or attribute name: registerInputer(inputer: IInputer): void;<br>New version: 201,401,12300001,12300002,12300103|@ohos.account.osAccount.d.ts|
253|Error code added|Class name: PINAuth;<br>Method or attribute name: unregisterInputer(): void;<br>Old version: |Class name: PINAuth;<br>Method or attribute name: unregisterInputer(): void;<br>New version: 201|@ohos.account.osAccount.d.ts|
254|Error code added|Class name: UserIdentityManager;<br>Method or attribute name: openSession(callback: AsyncCallback\<Uint8Array>): void;<br>Old version: |Class name: UserIdentityManager;<br>Method or attribute name: openSession(callback: AsyncCallback\<Uint8Array>): void;<br>New version: 201,401,12300001|@ohos.account.osAccount.d.ts|
255|Error code added|Class name: UserIdentityManager;<br>Method or attribute name: addCredential(credentialInfo: CredentialInfo, callback: IIdmCallback): void;<br>Old version: |Class name: UserIdentityManager;<br>Method or attribute name: addCredential(credentialInfo: CredentialInfo, callback: IIdmCallback): void;<br>New version: 201,401,12300001,12300002,12300101,12300106|@ohos.account.osAccount.d.ts|
256|Error code added|Class name: UserIdentityManager;<br>Method or attribute name: updateCredential(credentialInfo: CredentialInfo, callback: IIdmCallback): void;<br>Old version: |Class name: UserIdentityManager;<br>Method or attribute name: updateCredential(credentialInfo: CredentialInfo, callback: IIdmCallback): void;<br>New version: 201,401,12300001,12300002,12300101,12300106|@ohos.account.osAccount.d.ts|
257|Error code added|Class name: UserIdentityManager;<br>Method or attribute name: closeSession(): void;<br>Old version: |Class name: UserIdentityManager;<br>Method or attribute name: closeSession(): void;<br>New version: 201|@ohos.account.osAccount.d.ts|
258|Error code added|Class name: UserIdentityManager;<br>Method or attribute name: cancel(challenge: Uint8Array): void;<br>Old version: |Class name: UserIdentityManager;<br>Method or attribute name: cancel(challenge: Uint8Array): void;<br>New version: 201,401,12300001,12300002|@ohos.account.osAccount.d.ts|
259|Error code added|Class name: UserIdentityManager;<br>Method or attribute name: delUser(token: Uint8Array, callback: IIdmCallback): void;<br>Old version: |Class name: UserIdentityManager;<br>Method or attribute name: delUser(token: Uint8Array, callback: IIdmCallback): void;<br>New version: 201,401,12300001,12300101|@ohos.account.osAccount.d.ts|
260|Error code added|Class name: UserIdentityManager;<br>Method or attribute name: delCred(credentialId: Uint8Array, token: Uint8Array, callback: IIdmCallback): void;<br>Old version: |Class name: UserIdentityManager;<br>Method or attribute name: delCred(credentialId: Uint8Array, token: Uint8Array, callback: IIdmCallback): void;<br>New version: 201,401,12300001,12300002,12300101,12300102|@ohos.account.osAccount.d.ts|
261|Error code added|Class name: IInputData;<br>Method or attribute name: onSetData: (authSubType: AuthSubType, data: Uint8Array) => void;<br>Old version: |Class name: IInputData;<br>Method or attribute name: onSetData: (authSubType: AuthSubType, data: Uint8Array) => void;<br>New version: 401,12300002|@ohos.account.osAccount.d.ts|
262|Permission changed|Class name: AccountManager;<br>Method or attribute name: isOsAccountVerified(callback: AsyncCallback\<boolean>): void;<br>Old version: |Class name: AccountManager;<br>Method or attribute name: isOsAccountVerified(callback: AsyncCallback\<boolean>): void;<br>New version: ohos.permission.MANAGE_LOCAL_ACCOUNTS,ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS|@ohos.account.osAccount.d.ts|
263|Permission changed|Class name: AccountManager;<br>Method or attribute name: isOsAccountVerified(localId: number, callback: AsyncCallback\<boolean>): void;<br>Old version: ohos.permission.MANAGE_LOCAL_ACCOUNTS,ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS|Class name: AccountManager;<br>Method or attribute name: isOsAccountVerified(localId: number, callback: AsyncCallback\<boolean>): void;<br>New version: |@ohos.account.osAccount.d.ts|
264|Function changed|Class name: UserAuth;<br>Method or attribute name: setProperty(request: SetPropertyRequest, callback: AsyncCallback\<number>): void;|Class name: UserAuth;<br>Method or attribute name: setProperty(request: SetPropertyRequest, callback: AsyncCallback\<void>): void;|@ohos.account.osAccount.d.ts|
265|Function changed|Class name: UserAuth;<br>Method or attribute name: setProperty(request: SetPropertyRequest): Promise\<number>;|Class name: UserAuth;<br>Method or attribute name: setProperty(request: SetPropertyRequest): Promise\<void>;|@ohos.account.osAccount.d.ts|
266|Function changed|Class name: UserAuth;<br>Method or attribute name: cancelAuth(contextID: Uint8Array): number;|Class name: UserAuth;<br>Method or attribute name: cancelAuth(contextID: Uint8Array): void;|@ohos.account.osAccount.d.ts|
267|Function changed|Class name: PINAuth;<br>Method or attribute name: registerInputer(inputer: IInputer): boolean;|Class name: PINAuth;<br>Method or attribute name: registerInputer(inputer: IInputer): void;|@ohos.account.osAccount.d.ts|
268|Function changed|Class name: UserIdentityManager;<br>Method or attribute name: cancel(challenge: Uint8Array): number;|Class name: UserIdentityManager;<br>Method or attribute name: cancel(challenge: Uint8Array): void;|@ohos.account.osAccount.d.ts|
269|Function changed|Class name: IInputData;<br>Method or attribute name: onSetData: (pinSubType: AuthSubType, data: Uint8Array) => void;|Class name: IInputData;<br>Method or attribute name: onSetData: (authSubType: AuthSubType, data: Uint8Array) => void;|@ohos.account.osAccount.d.ts|
270|Function changed|Class name: IInputer;<br>Method or attribute name: onGetData: (callback: IInputData) => void;|Class name: IInputer;<br>Method or attribute name: onGetData: (authSubType: AuthSubType, callback: IInputData) => void;|@ohos.account.osAccount.d.ts|
271