Lines Matching refs:AuthenticatorInfo
2331 queryAuthenticatorInfo(owner: string, callback: AsyncCallback<AuthenticatorInfo>): void
2342 | callback | AsyncCallback<[AuthenticatorInfo](#authenticatorinfo8)> | Yes | Callback used …
2360 (err: BusinessError, info: appAccount.AuthenticatorInfo) => {
2374 queryAuthenticatorInfo(owner: string): Promise<AuthenticatorInfo>
2390 | Promise<[AuthenticatorInfo](#authenticatorinfo8)> | Promise used to return the authenticato…
2408 info: appAccount.AuthenticatorInfo) => {
4653 getAuthenticatorInfo(owner: string, callback: AsyncCallback<AuthenticatorInfo>): void
4668 | callback | AsyncCallback<[AuthenticatorInfo](#authenticatorinfo8)> | Yes | Callback used …
4676 (err: BusinessError, data: appAccount.AuthenticatorInfo) => {
4684 getAuthenticatorInfo(owner: string): Promise<AuthenticatorInfo>
4704 | Promise<[AuthenticatorInfo](#authenticatorinfo8)> | Promise used to return the authenticato…
4712 data: appAccount.AuthenticatorInfo) => {
4757 ## AuthenticatorInfo<sup>8+</sup>