Searched refs:findIdentitiesAsync (Results 1 – 3 of 3) sorted by relevance
7 findIdentitiesAsync,32 describe(findIdentitiesAsync, () => {49 await expect(findIdentitiesAsync()).resolves.toEqual([
45 const ids = await Security.findIdentitiesAsync();
43 export async function findIdentitiesAsync(): Promise<string[]> { function