*/ public function definition(): array { return [ 'provider' => $this->faker->unique()->word(), 'identifier' => $this->faker->unique()->word(), 'access_token' => $this->faker->unique()->word(), 'refresh_token' => $this->faker->unique()->word(), 'expires_at' => '2099-12-31', ]; } }