Retrieve identities linked to a user
Gets all the identities linked to a user.
- The user needs to be signed in to call
getUserIdentities()
.
final identities = await supabase.auth.getUserIdentities();
Gets all the identities linked to a user.
getUserIdentities()
.
final identities = await supabase.auth.getUserIdentities();