Last updated 10 months ago
Get a list of authentication providers for the given email.
const fetchEmailProviders = await client.auth().fetchEmailProviders('example@example.com')
{ "data": { "allProviders": [ "password" ], "registered": true, } }
email
string
User email
allProviders
Array of strings
List of all identity providers for a given user within your project
registered
boolean
Whether the person is registered