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