Searched defs:startAuthSessionAsync (Results 1 – 2 of 2) sorted by relevance
1 export const startAuthSessionAsync = jest.fn(); constant
6 export async function startAuthSessionAsync(type: 'signup' | 'login') { function