Returns the list of passkeys registered to the user with the given ID.
User ID whose passkeys should be returned.
final List<Passkey> passkeys = await supabase.auth.admin.passkey.listPasskeys( userId: '11111111-1111-1111-1111-111111111111', );