Kotlin: Retrieve identities linked to a user

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