password; } /** * Get the context this password should validated for. * @since 31.0.0 */ public function getContext(): PasswordContext { return $this->context; } }