Returns the list of passkeys registered to the signed-in user.
final List<Passkey> passkeys = await supabase.auth.passkey.list();