Lines Matching refs:AuthenticatorInfo
2331 queryAuthenticatorInfo(owner: string, callback: AsyncCallback<AuthenticatorInfo>): void
2342 | callback | AsyncCallback<[AuthenticatorInfo](#authenticatorinfo8)> | 是 | 回调函数。当获取成功时,err…
2360 (err: BusinessError, info: appAccount.AuthenticatorInfo) => {
2374 queryAuthenticatorInfo(owner: string): Promise<AuthenticatorInfo>
2390 | Promise<[AuthenticatorInfo](#authenticatorinfo8)> | Promise对象,返回指定应用的认证器信息对象。 |
2408 info: appAccount.AuthenticatorInfo) => {
4653 getAuthenticatorInfo(owner: string, callback: AsyncCallback<AuthenticatorInfo>): void
4668 | callback | AsyncCallback<[AuthenticatorInfo](#authenticatorinfo8)> | 是 | 回调函数。当获取成功时,err…
4676 (err: BusinessError, data: appAccount.AuthenticatorInfo) => {
4684 getAuthenticatorInfo(owner: string): Promise<AuthenticatorInfo>
4704 | Promise<[AuthenticatorInfo](#authenticatorinfo8)> | Promise对象,返回指定应用的认证器信息对象。 |
4712 data: appAccount.AuthenticatorInfo) => {
4757 ## AuthenticatorInfo<sup>8+</sup>