The user needs to be signed in to call currentIdentitiesOrNull().
Examples
Returns a list of identities linked to the user
//get the identities from the current user
val identities = supabase.auth.currentIdentitiesOrNull()
//Or retrieve them
val identities = supabase.auth.retrieveUserForCurrentSession().identities