Uuid::uuid4()->toString(), 'user_id' => User::factory(), 'name' => $this->faker->word, 'type' => 'public-key', 'transports' => [], 'attestation_type' => 'none', 'trust_path' => new EmptyTrustPath(), 'user_handle' => function (array $attributes) { return User::find($attributes['user_id'])->uuid; }, 'counter' => 0, ]; } }